From 13e7c9f0d7abf6a7f5638f1b4265f160248468b4 Mon Sep 17 00:00:00 2001 From: Martin de La Gorce Date: Wed, 23 Oct 2024 15:55:20 +0100 Subject: [PATCH] Update wheels.yml --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 2e63e05..56f4794 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, windows-2019, macOS-11] + os: [ubuntu-latest, windows-latest, macos-latest] steps: - uses: actions/checkout@v3