From 2cc072c7025b611db98056fdf2639aefa3b7f9a1 Mon Sep 17 00:00:00 2001 From: Pavol Juhas Date: Sat, 14 Sep 2024 15:14:40 -0700 Subject: [PATCH] CI - update linux runners to ubuntu-22 or ubuntu-latest Run test-mem job on ubuntu-20 for it for some reason fails on ubuntu-22. --- .github/workflows/cirq_compatibility.yml | 2 +- .github/workflows/release_wheels.yml | 2 +- .github/workflows/testing_wheels.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cirq_compatibility.yml b/.github/workflows/cirq_compatibility.yml index 1aa9f208..626cd82e 100644 --- a/.github/workflows/cirq_compatibility.yml +++ b/.github/workflows/cirq_compatibility.yml @@ -7,7 +7,7 @@ on: jobs: consistency: name: Nightly Compatibility - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 diff --git a/.github/workflows/release_wheels.yml b/.github/workflows/release_wheels.yml index 94d03cf9..094f6086 100644 --- a/.github/workflows/release_wheels.yml +++ b/.github/workflows/release_wheels.yml @@ -24,7 +24,7 @@ jobs: macosx_deployment_target: "13.0" cibw: build: "cp39* cp310* cp311* cp312*" - - os: ubuntu-20.04 + - os: ubuntu-22.04 name: manylinux2014 cibw: arch: x86_64 diff --git a/.github/workflows/testing_wheels.yml b/.github/workflows/testing_wheels.yml index 97f1da51..a67b8556 100644 --- a/.github/workflows/testing_wheels.yml +++ b/.github/workflows/testing_wheels.yml @@ -29,7 +29,7 @@ jobs: macosx_deployment_target: "13.0" cibw: build: "cp39* cp310* cp311* cp312*" - - os: ubuntu-20.04 + - os: ubuntu-22.04 name: manylinux2014 cibw: arch: x86_64