Start testing on ubuntu-22.04-arm.
This commit is contained in:
committed by
Fabio Niephaus
parent
49622345c8
commit
ae07e6cc51
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -41,7 +41,8 @@ jobs:
|
|||||||
java-version: ['23', '21', '17', '20', 'dev']
|
java-version: ['23', '21', '17', '20', 'dev']
|
||||||
distribution: ['graalvm', 'graalvm-community']
|
distribution: ['graalvm', 'graalvm-community']
|
||||||
os: [
|
os: [
|
||||||
ubuntu-latest,
|
ubuntu-latest, # Linux on Intel
|
||||||
|
ubuntu-22.04-arm, # Linux on arm64
|
||||||
macos-latest, # macOS on Apple silicon
|
macos-latest, # macOS on Apple silicon
|
||||||
macos-13, # macOS on Intel
|
macos-13, # macOS on Intel
|
||||||
windows-latest
|
windows-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user