From 71cd3ce61011b3e81e9661224bfcd4de782b352c Mon Sep 17 00:00:00 2001 From: Anastasiia Kornilova Date: Thu, 5 Sep 2024 16:26:09 +0300 Subject: [PATCH] Move to macos-12 since macos-11 is legacy from June --- .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 77d2fcb..dc24e29 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-11, windows-2019] + os: [ubuntu-latest, macos-12, windows-2019] steps: - uses: actions/checkout@v3