From a9c493e6a271311bec962970c656387baafca12c Mon Sep 17 00:00:00 2001 From: Oscar Benjamin Date: Tue, 6 Dec 2022 11:48:40 +0000 Subject: [PATCH] maint: update macos image for building wheels --- .github/workflows/buildwheel.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/buildwheel.yml b/.github/workflows/buildwheel.yml index cc681a8b..a1c0d8d1 100644 --- a/.github/workflows/buildwheel.yml +++ b/.github/workflows/buildwheel.yml @@ -9,8 +9,8 @@ jobs: strategy: fail-fast: false matrix: - # os: [ubuntu-20.04, windows-2019, macOS-10.15] - os: [ubuntu-20.04, macOS-10.15] + # os: [ubuntu-20.04, windows-2019, macos-12] + os: [ubuntu-20.04, macos-12] steps: - uses: actions/checkout@v3 @@ -45,7 +45,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, macOS-10.15] + os: [ubuntu-20.04, macos-12] python-version: ['3.9', '3.10', '3.11'] steps: