From 0368e56cfa6afb55bcf6c726e7f51a2a16a5ccba Mon Sep 17 00:00:00 2001 From: Julian Smith Date: Wed, 10 May 2023 21:57:14 +0100 Subject: [PATCH] .github/workflows/build_wheels.yml: use ubuntu-latest and macos-latest. This matches other actions, and avoids use of defunct macos-10.15. --- .github/workflows/build_wheels.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 944bb9570..8761c4520 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -38,10 +38,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, windows-2019, macos-10.15] - #os: [ubuntu-20.04] - #os: [windows-2019] - #os: [macos-10.15] + os: [ubuntu-latest, windows-2019, macos-latest] steps: