From 8e01d1e292c5a0ce48e96e4dd78c41e16de4c813 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 24 Jun 2024 16:17:05 +0200 Subject: [PATCH] fix: wheel builds --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e47861..a7f52cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,9 +105,9 @@ jobs: strategy: matrix: os: - - macos-11 - - ubuntu-20.04 - - windows-2022 + - macos-latest + - ubuntu-latest + - windows-latest steps: - uses: actions/checkout@v3