From 1b1071e2c5975c8810c1b05b776aaa58cb172037 Mon Sep 17 00:00:00 2001 From: Jonathan LEI Date: Mon, 30 Sep 2024 02:02:50 +0800 Subject: [PATCH] ci: run tests on Apple silicon runners (#663) --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2ba9b375..b3b9c8a6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-12] + os: [ubuntu-latest, macos-13, macos-14] toolchain: [stable, nightly] steps: