Upgrade to macos-13.

Context: https://github.com/actions/runner-images/issues/10721
This commit is contained in:
Fabio Niephaus 2024-10-28 15:00:02 +01:00
parent c81693f7a5
commit 94e5e3dfcd
No known key found for this signature in database
GPG Key ID: F21CF5275F31DFD6

View File

@ -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]
@ -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'