Skip to content

Commit

Permalink
gradle.yml: explicit os versions: ubuntu-24.04, macos-14
Browse files Browse the repository at this point in the history
As of today, these are both the same as `-latest`, but this makes
the CI build slightly more reproducible and prevents allows us to
migrate to newer versions manually, rather than having GitHub do it
for us.
  • Loading branch information
msgilligan committed Jan 16, 2025
1 parent 533ec9f commit b2859be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
os: [ubuntu-24.04, macOS-14]
distribution: ['temurin']
fail-fast: false
name: ${{ matrix.os }} JDK 23
Expand Down

0 comments on commit b2859be

Please sign in to comment.