Skip to content

Commit da65f92

Browse files
Merge pull request #58 from Kichura/rs_build
Freeze Ubuntu Version, Fix checkout name
2 parents edddd31 + 4091217 commit da65f92

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ jobs:
77
# Only run on PRs if the source branch is on someone else's repo
88
if: "${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}"
99

10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- name: Checkout Repository
14+
uses: actions/checkout@v4
1415
- name: Set up JDK 21
1516
uses: actions/setup-java@v4
1617
with:

0 commit comments

Comments
 (0)