mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-01-18 19:26:39 +08:00
Upgrade to macos-13
.
Context: https://github.com/actions/runner-images/issues/10721
This commit is contained in:
parent
dee12811d5
commit
f7c3ab9a9a
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user