Skip to content

Commit 54202ec

Browse files
committed
Upgrade CI Ubuntu runners to 22.04
1 parent eca0616 commit 54202ec

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
strategy:
2323
matrix:
24-
os: [ubuntu-20.04, windows-2022, macos-13]
24+
os: [ubuntu-22.04, windows-2022, macos-13]
2525
cibw-build-prefix: ['*']
2626
cibw-build-kind: [all] # for artifact name only
2727
include:
28-
- os: ubuntu-20.04
28+
- os: ubuntu-22.04
2929
cibw-build-prefix: cp*
3030
cibw-build-kind: cp
31-
- os: ubuntu-20.04
31+
- os: ubuntu-22.04
3232
cibw-build-prefix: pp*
3333
cibw-build-kind: pp
3434
exclude:
35-
- os: ubuntu-20.04
35+
- os: ubuntu-22.04
3636
cibw-build-prefix: '*'
3737
cibw-build-kind: all
3838
steps:

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ jobs:
1818
strategy:
1919
matrix:
2020
python-version: ["3.7"]
21-
os: [ubuntu-20.04, windows-2022, macos-13]
21+
os: [ubuntu-22.04, windows-2022, macos-13]
2222
include:
2323
# set OS-specific cache paths
24-
- os: ubuntu-20.04
24+
- os: ubuntu-22.04
2525
path: ~/.cache/pip
2626
- os: windows-2022
2727
path: ~\AppData\Local\pip\Cache
2828
- os: macos-13
2929
path: ~/Library/Caches/pip
3030
# more combinations:
31-
- os: ubuntu-20.04
31+
- os: ubuntu-22.04
3232
python-version: "pypy3.9"
3333
path: ~/.cache/pip
3434
steps:

0 commit comments

Comments
 (0)