Skip to content

Commit

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

0 comments on commit 4d83a8c

Please sign in to comment.