From 0e7edd550febd63be3bf0cad9f8e8424656eef70 Mon Sep 17 00:00:00 2001 From: David Frenzel Date: Thu, 18 Jul 2024 16:48:17 +0200 Subject: [PATCH] Updated Ubuntu runner for build --- .github/workflows/build-wheels.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index c4c3444499..359c12633e 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -23,7 +23,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, windows-2019, macos-12] + os: [ubuntu-latest, windows-2019, macos-12] steps: - name: Checkout @@ -67,15 +67,14 @@ jobs: - {python: '3.11', os: macos-12} - {python: '3.12', os: macos-12} - - {python: '3.8', os: ubuntu-20.04} - - {python: '3.9', os: ubuntu-20.04} - - {python: '3.10', os: ubuntu-20.04} - - {python: '3.11', os: ubuntu-20.04} - - {python: '3.12', os: ubuntu-20.04} + - {python: '3.8', os: ubuntu-latest} + - {python: '3.9', os: ubuntu-latest} + - {python: '3.10', os: ubuntu-latest} + - {python: '3.11', os: ubuntu-latest} + - {python: '3.12', os: ubuntu-latest} - {python: '3.8', os: windows-2019} - {python: '3.9', os: windows-2019} - - {python: '3.10', os: windows-2019} - {python: '3.11', os: windows-2019} - {python: '3.12', os: windows-2019}