From 6fb0047626437aed3b8b2b0fb69f7a3691a125f6 Mon Sep 17 00:00:00 2001 From: DivingDuck Date: Fri, 13 Dec 2024 00:50:19 +0100 Subject: [PATCH] One more fix for macOS --- .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 58785bea..0da59d81 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-22.04, windows-2022, macos-12] + os: [ubuntu-22.04, windows-2022, macos-13] steps: - uses: actions/checkout@v4