Skip to content

Commit

Permalink
gradle.yml, graalvm.yml: add ubuntu-24.04-arm to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Feb 27, 2025
1 parent 75dbe77 commit fb544d8
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-24.04, macOS-13]
os: [ubuntu-24.04, ubuntu-24.04-arm, macOS-13]
java: [ '21', '23' ]
distribution: [ 'graalvm-community' ]
gradle: ['8.13']
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-24.04, macOS-13, windows-2022]
os: [ubuntu-24.04, ubuntu-24.04-arm, macOS-13, windows-2022]
java: ['17', '21', '23']
distribution: ['temurin']
gradle: ['7.3', '8.13']
Expand Down

0 comments on commit fb544d8

Please sign in to comment.