mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-01-18 19:26:39 +08:00
Test on macos-14
(macOS on Apple Silicon).
For context: https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/
This commit is contained in:
parent
c99915cc1a
commit
3bd233e767
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -27,7 +27,12 @@ jobs:
|
||||
matrix:
|
||||
java-version: ['21', '17', '20', 'dev']
|
||||
distribution: ['graalvm', 'graalvm-community']
|
||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||
os: [
|
||||
ubuntu-latest,
|
||||
macos-14, # macOS on Apple silicon
|
||||
macos-12, # macOS on Intel
|
||||
windows-latest
|
||||
]
|
||||
components: ['']
|
||||
include:
|
||||
- java-version: '21'
|
||||
|
Loading…
x
Reference in New Issue
Block a user