From b355c9d825428b8f08636ffa7250422f52c2f6e0 Mon Sep 17 00:00:00 2001 From: AJ Friend Date: Thu, 26 Sep 2024 19:23:36 -0700 Subject: [PATCH] Test on x86 and apple silicon (#918) --- .github/workflows/test-macos.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index b46d154c0..2f6124854 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -8,11 +8,12 @@ on: jobs: tests: - name: Test Compile ${{ matrix.build_type }} - runs-on: macos-latest + name: ${{ matrix.build_type }} on ${{ matrix.os }} + runs-on: ${{ matrix.os }} strategy: matrix: + os: [macos-12, macos-13, macos-latest] build_type: ["Debug", "Release"] steps: