Skip to content

Commit

Permalink
CI - update linux runners to ubuntu-22 or ubuntu-latest
Browse files Browse the repository at this point in the history
Run test-mem job on ubuntu-20 for it for some reason fails on ubuntu-22.
  • Loading branch information
pavoljuhas committed Sep 14, 2024
1 parent 172c228 commit 2cc072c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cirq_compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2cc072c

Please sign in to comment.