From 0c4930e4350b87462a68b4f96e0a9effb63a8af1 Mon Sep 17 00:00:00 2001 From: Pietro Bonfa Date: Thu, 5 Sep 2024 18:38:00 +0200 Subject: [PATCH] Leave out macos-latest --- .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 a1dcc3e..f467066 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, windows-2019, macos-latest, macos-12] + os: [ubuntu-20.04, windows-2019, macos-12, macos-13, macos-14] steps: - uses: actions/checkout@v2