From 195a3bf4073df27f8a68c4930a3f163a075f907f Mon Sep 17 00:00:00 2001 From: Shane Snyder Date: Wed, 1 May 2024 12:27:07 -0500 Subject: [PATCH] add macos-13 to cibuildwheel matrix [wheel build] macos-13 should allow us to build x86_64 wheels, in addition to arm64 wheels provided by macos-latest --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 3b3dd008e..d9e0b17ff 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -47,7 +47,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest, macos-13] steps: - uses: actions/checkout@v2