File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 runs-on : ${{ matrix.os }}
2222 strategy :
2323 matrix :
24- os : [ubuntu-20.04, windows-2019, macos-11 ]
24+ os : [ubuntu-20.04, windows-2019, macos-12 ]
2525 cibw-build-prefix : ['*']
2626 include :
2727 - os : ubuntu-20.04
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
1818 strategy :
1919 matrix :
2020 python-version : ["3.7"]
21- os : [ubuntu-20.04, windows-2019, macos-11 ]
21+ os : [ubuntu-20.04, windows-2019, macos-12 ]
2222 include :
2323 # set OS-specific cache paths
2424 - os : ubuntu-20.04
2525 path : ~/.cache/pip
2626 - os : windows-2019
2727 path : ~\AppData\Local\pip\Cache
28- - os : macos-11
28+ - os : macos-12
2929 path : ~/Library/Caches/pip
3030 # more combinations:
3131 - os : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments