From 47c992296d1f092d3585116bb5ec0dd02de2f897 Mon Sep 17 00:00:00 2001 From: Niklas Mohrin Date: Sat, 22 Mar 2025 00:26:37 +0100 Subject: [PATCH] So this one then? --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e44f0ec..2e9575c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: name: run tests strategy: matrix: - platform: [ubuntu-latest, ubuntu-latest-arm, macos-latest, windows-latest] + platform: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest] toolchain: [stable, 1.75.0] runs-on: ${{ matrix.platform }} steps: