From 6f198904bf08c379647dd6db848a6db156addf40 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Wed, 22 Jan 2025 16:13:43 +0100 Subject: [PATCH] Start testing on `ubuntu-22.04-arm`. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c90777..f548ae2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,8 @@ jobs: java-version: ['23', '21', '17', '20', 'dev'] distribution: ['graalvm', 'graalvm-community'] os: [ - ubuntu-latest, + ubuntu-latest, # Linux on Intel + ubuntu-22.04-arm, # Linux on arm64 macos-latest, # macOS on Apple silicon macos-13, # macOS on Intel windows-latest