From bbaf945ac282bae2412c20f6a6d9ae24ad5de59a Mon Sep 17 00:00:00 2001 From: Yeuoly Date: Sun, 2 Jun 2024 11:24:19 +0000 Subject: [PATCH] add arm64 --- .github/workflows/tests-arm64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-arm64.yml b/.github/workflows/tests-arm64.yml index aae597d..c7fd611 100644 --- a/.github/workflows/tests-arm64.yml +++ b/.github/workflows/tests-arm64.yml @@ -10,7 +10,7 @@ on: jobs: simulate-arm-linux: - runs-on: macos-14 + runs-on: macos-13 steps: - name: Checkout code