From: Fabian Fichter Date: Tue, 9 Jul 2024 09:26:44 +0000 (+0200) Subject: Update mac-os for wheel build X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=ddfcac492dd26a52cdcc7474f8508a37ec67e2ed;p=fairystockfish.git Update mac-os for wheel build --- diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index ed14ee9..1704e23 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