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:
Fabio Niephaus 2024-01-31 14:27:15 +01:00
parent c99915cc1a
commit 3bd233e767

View File

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