From c596d160ff96c3fd325edba6942652813478482b Mon Sep 17 00:00:00 2001 From: Jonathan LEI Date: Mon, 30 Sep 2024 01:55:21 +0800 Subject: [PATCH] ci: run tests on Apple silicon runners --- .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: