From a9988eae25ce590acc48a4ed175c3e528500903e Mon Sep 17 00:00:00 2001 From: Roberto Aloi Date: Thu, 13 Feb 2025 10:49:55 +0100 Subject: [PATCH] Test ubuntu-24.04-arm --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63f946ea1..93b9e3783 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: ci: strategy: matrix: - platform-arch: [ubuntu-20.04-x64, ubuntu-22.04-arm, macos-13-x64, macos-latest-arm] + platform-arch: [ubuntu-20.04-x64, ubuntu-24.04-arm, macos-13-x64, macos-latest-arm] otp-version: [25.3, 26.2, 27.1] include: - otp-version: 25.3 @@ -28,8 +28,8 @@ jobs: os: linux target: x86_64-unknown-linux-gnu vscode-target: linux-x64 - - platform-arch: ubuntu-22.04-arm - platform: ubuntu-22.04-arm + - platform-arch: ubuntu-24.04-arm + platform: ubuntu-24.04-arm os: linux target: aarch64-unknown-linux-gnu vscode-target: linux-arm64