Skip to content

Commit

Permalink
Upgrade to macos-13.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Oct 28, 2024
1 parent c81693f commit 94e5e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
os: [
ubuntu-latest,
macos-latest, # macOS on Apple silicon
macos-12, # macOS on Intel
macos-13, # macOS on Intel
windows-latest
]
set-gds-token: [false]
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- version: '22.3.1'
java-version: '11' # for JDK 11 notification
components: 'native-image'
os: macos-12
os: macos-13
- version: '22.3.1'
java-version: '17'
components: 'native-image'
Expand Down

0 comments on commit 94e5e3d

Please sign in to comment.