From a46cc18a581a1c23a46b85b991052e47aa56ec01 Mon Sep 17 00:00:00 2001 From: Bengt Ljungquist Date: Wed, 14 May 2025 15:18:39 -0400 Subject: [PATCH] Updated ubuntu version in builds --- .github/workflows/build_wheels.yml | 2 +- .github/workflows/publish_pypi.yml | 2 +- .readthedocs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index ddaec228..6d808c23 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -12,7 +12,7 @@ jobs: MACOSX_DEPLOYMENT_TARGET: "10.15" strategy: matrix: - os: [ubuntu-20.04, macos-13, windows-latest] + os: [ubuntu-22.04, macos-13, windows-latest] cibw_archs: ["auto64"] cibw_build: ["cp38", "cp39", "cp310", "cp311", "cp312", "cp313"] diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index f8d7c552..f707359c 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -14,7 +14,7 @@ jobs: MACOSX_DEPLOYMENT_TARGET: "10.15" strategy: matrix: - os: [ubuntu-20.04, macos-13, windows-latest] + os: [ubuntu-22.04, macos-13, windows-latest] cibw_archs: ["auto64"] cibw_build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"] diff --git a/.readthedocs.yml b/.readthedocs.yml index a120261e..66ad367d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,7 +7,7 @@ version: 2 build: - os: "ubuntu-20.04" + os: "ubuntu-22.04" tools: python: "mambaforge-4.10"