From 98d0da4981c329c422179b8b2e7ede828a7dfcfe Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Fri, 21 Feb 2025 09:12:05 +0000 Subject: [PATCH] Try ARM64 runners for mutation tests Try out running the mutation tests on the new Ubuntu ARM64 runner. --- .github/workflows/mutation-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mutation-tests.yml b/.github/workflows/mutation-tests.yml index 5a28ac6b1bb..d59285b5e7a 100644 --- a/.github/workflows/mutation-tests.yml +++ b/.github/workflows/mutation-tests.yml @@ -22,7 +22,7 @@ permissions: jobs: mutations: name: 'mutations-${{ matrix.name }}' - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm timeout-minutes: 60 strategy: