From ddfcac492dd26a52cdcc7474f8508a37ec67e2ed Mon Sep 17 00:00:00 2001 From: Fabian Fichter Date: Tue, 9 Jul 2024 11:26:44 +0200 Subject: [PATCH] Update mac-os for wheel build --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index ed14ee97a..1704e23eb 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, windows-2019, macos-11] + os: [ubuntu-20.04, windows-2019, macos-12] steps: - uses: actions/checkout@v3