From 534a6b0c9d4c3fc519b252bb71365ca5051ce49d Mon Sep 17 00:00:00 2001 From: Anjan Roy Date: Sat, 20 Jan 2024 14:36:32 +0400 Subject: [PATCH] Run tests on Apple M1, M2 runners See https://github.com/actions/runner-images/issues/8439#issuecomment-1892479838 Signed-off-by: Anjan Roy --- .github/workflows/test_ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test_ci.yml b/.github/workflows/test_ci.yml index 0d5f544..8f32bcd 100644 --- a/.github/workflows/test_ci.yml +++ b/.github/workflows/test_ci.yml @@ -12,15 +12,11 @@ jobs: runs-on: ${{matrix.os}} strategy: matrix: - os: [ubuntu-latest, macos-latest] + # From https://github.com/actions/runner-images#available-images + os: [ubuntu-latest, macos-latest, flyci-macos-large-latest-m1, flyci-macos-large-latest-m2] steps: - uses: actions/checkout@v4 - # From https://github.com/marketplace/actions/actions-setup-cmake - - name: Setup CMake - uses: jwlawson/actions-setup-cmake@v1.13 - with: - cmake-version: 'latest' - name: Setup Google-Test run: | pushd ~