From 205593445e6b0e09bff098470be129993ca35edc Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sat, 11 May 2024 00:13:08 -0700 Subject: [PATCH] Change test to run on macos x64 and arm64 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 93179c780..0308d0fce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -110,7 +110,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest] + os: [macos-latest, macos-13] # macos-latest is arm64, macos-13 is x86_64 python: ["3.10", "3.11", "3.12"] env: