From 8a3604bff60ad26eb46dd96f84d30a8c6f5cb6a1 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 1 Oct 2024 11:40:15 +0200 Subject: [PATCH] Build on macos-13 as well --- .github/workflows/cibuildwheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index fbbb5b5..4f0a6fa 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: # macos-13 is an intel runner, macos-14 is apple silicon - os: [macos-14] + os: [macos-13, macos-14] steps: - uses: actions/checkout@v4