From 128a6f4b93daf80fc46dafc05b95d1da1bfe7897 Mon Sep 17 00:00:00 2001 From: Johannes Demel Date: Tue, 30 Jan 2024 21:22:22 +0100 Subject: [PATCH] flyci: Test CI service with M2 instance This might be a viable option for the time being to get some more stability into the Apple Silicon support effort. Signed-off-by: Johannes Demel --- .github/workflows/run-tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 0731261b..3ee70964 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -241,7 +241,11 @@ jobs: build-macos: - runs-on: macos-latest + strategy: + matrix: + os: [macos-latest, flyci-macos-large-latest-m2] + + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3.1.0