From 3f8fdef4c13860cc1ee8f65e48271850d94bc354 Mon Sep 17 00:00:00 2001 From: Luciano Paz Date: Fri, 24 Jan 2025 10:05:14 +0100 Subject: [PATCH] Use latest platforms to build wheels --- .github/workflows/pypi.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 7f80519b19..3462dd00ff 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -70,9 +70,9 @@ jobs: strategy: matrix: platform: - - macos-12 - - windows-2022 - - ubuntu-20.04 + - macos-latest + - windows-latest + - ubuntu-latest steps: - uses: actions/checkout@v4 with: