File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments