From 0b01e9ea71e2f2f0d9d885281c6c8638df42fac3 Mon Sep 17 00:00:00 2001 From: Michael Penkov Date: Thu, 18 Jul 2024 19:16:45 +0900 Subject: [PATCH] get rid of remaining macos-11 traces in CI workflow --- .github/workflows/build-wheels.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index b5f4320547..80e6e31984 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -61,11 +61,11 @@ jobs: fail-fast: false matrix: include: - - {python: '3.8', os: macos-11} - - {python: '3.9', os: macos-11} - - {python: '3.10', os: macos-11} - - {python: '3.11', os: macos-11} - - {python: '3.12', os: macos-11} + - {python: '3.8', os: macos-latest} + - {python: '3.9', os: macos-latest} + - {python: '3.10', os: macos-latest} + - {python: '3.11', os: macos-latest} + - {python: '3.12', os: macos-latest} - {python: '3.8', os: ubuntu-20.04} - {python: '3.9', os: ubuntu-20.04}