Skip to content

Commit

Permalink
gradle.yml: switch to ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Jan 16, 2025
1 parent 533ec9f commit 551d384
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-latest]
distribution: ['temurin']
fail-fast: false
name: ${{ matrix.os }} JDK 23
Expand Down

0 comments on commit 551d384

Please sign in to comment.