Skip to content

Commit

Permalink
gradle.yml, graalvm.yml: update macOS to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Oct 17, 2024
1 parent 5d486b7 commit 20b739c
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-12]
os: [ubuntu-24.04, macOS-13]
java-version: [ '17', '21' ]
distribution: [ 'graalvm-community' ]
gradle: ['8.10.2']
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-12, windows-2022]
os: [ubuntu-24.04, macOS-13, windows-2022]
java: ['17', '21']
distribution: ['temurin']
gradle: ['7.3', '8.10.2']
Expand Down

0 comments on commit 20b739c

Please sign in to comment.