mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-01-31 11:17:10 +08:00
Upgrade to macos-12
.
`macos-11` was removed in June 2024: https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/
This commit is contained in:
parent
22cc13fe88
commit
c60701d448
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -29,8 +29,8 @@ jobs:
|
|||||||
distribution: ['graalvm', 'graalvm-community']
|
distribution: ['graalvm', 'graalvm-community']
|
||||||
os: [
|
os: [
|
||||||
ubuntu-latest,
|
ubuntu-latest,
|
||||||
macos-14, # macOS on Apple silicon
|
macos-latest, # macOS on Apple silicon
|
||||||
macos-12, # macOS on Intel
|
macos-12, # macOS on Intel
|
||||||
windows-latest
|
windows-latest
|
||||||
]
|
]
|
||||||
components: ['']
|
components: ['']
|
||||||
@ -109,7 +109,7 @@ jobs:
|
|||||||
- version: '22.3.1'
|
- version: '22.3.1'
|
||||||
java-version: '11' # for JDK 11 notification
|
java-version: '11' # for JDK 11 notification
|
||||||
components: 'native-image'
|
components: 'native-image'
|
||||||
os: macos-11
|
os: macos-12
|
||||||
- version: '22.3.1'
|
- version: '22.3.1'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
components: 'native-image'
|
components: 'native-image'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user