Skip to content

Commit

Permalink
gradle.yml, graalvm.yml: explicitly use ubuntu-22.04, windows-2022
Browse files Browse the repository at this point in the history
This makes explicit which versions of which OSs are used in CI. After
this is merged, we will need to manually update to newer OS versions.
  • Loading branch information
msgilligan authored and schildbach committed Apr 27, 2024
1 parent 7a00b82 commit 074543e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
os: [ubuntu-latest, macOS-12]
os: [ubuntu-22.04, macOS-12]
java-version: [ '17', '21' ]
distribution: [ 'graalvm-community' ]
gradle: ['8.7']
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
os: [ubuntu-latest, macOS-12, windows-latest]
os: [ubuntu-22.04, macOS-12, windows-2022]
java: ['11', '17', '21']
distribution: ['temurin']
gradle: ['8.7']
Expand Down

0 comments on commit 074543e

Please sign in to comment.