From 7eb37fd143101b2109fd34dc5edbb694c612f75c Mon Sep 17 00:00:00 2001 From: Nicholas Devenish Date: Fri, 10 Jan 2025 08:46:45 +0000 Subject: [PATCH] Update runner images --- .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 023683a..64d0aa0 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -34,7 +34,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, macos-10.15, windows-2019] + os: [ubuntu-latest, macos-latest, windows-latest] steps: - uses: actions/download-artifact@v4