From 04c9622c11ea4ed4eca01e7e546f9d00ee82f88c Mon Sep 17 00:00:00 2001 From: Florian Lemaitre Date: Sat, 25 May 2024 17:05:38 +0200 Subject: [PATCH] Enable aarch64-apple-darwin test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1afee51..ab9d162 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,7 +61,7 @@ jobs: - { platform: sparc64-unknown-linux-gnu, os: linux, runner: ubuntu-latest, run: true } # MacOS - - { platform: aarch64-apple-darwin, os: darwin, runner: macos-latest, run: false } + - { platform: aarch64-apple-darwin, os: darwin, runner: macos-latest, run: true } - { platform: x86_64-apple-darwin, os: darwin, runner: macos-latest, run: true } # Windows