From 9056b0b0adb0aff22309ada4d466506f9f801ac0 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Thu, 4 Jul 2024 22:51:32 +0200 Subject: [PATCH] ci: remove macos-11 build since it's not supported anymore --- .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 c07479e8..55e39e75 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-11, macos-12, macos-13, macos-14, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04] + os: [macos-12, macos-13, macos-14, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04] runs-on: ${{ matrix.os }} steps: