File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 - ' v[0-9]*'
77 # branches:
88 # - main
9- # pull_request:
9+ pull_request :
1010 # ^ uncomment when testing changes to build
1111
1212concurrency :
2121 runs-on : ${{ matrix.os }}
2222 strategy :
2323 matrix :
24- os : [ubuntu-20.04, windows-2019 , macos-13]
24+ os : [ubuntu-20.04, windows-2022 , macos-13]
2525 cibw-build-prefix : ['*']
2626 cibw-build-kind : [all] # for artifact name only
2727 include :
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 strategy :
1919 matrix :
2020 python-version : ["3.7"]
21- os : [ubuntu-20.04, windows-2019 , macos-13]
21+ os : [ubuntu-20.04, windows-2022 , macos-13]
2222 include :
2323 # set OS-specific cache paths
2424 - os : ubuntu-20.04
2525 path : ~/.cache/pip
26- - os : windows-2019
26+ - os : windows-2022
2727 path : ~\AppData\Local\pip\Cache
2828 - os : macos-13
2929 path : ~/Library/Caches/pip
You can’t perform that action at this time.
0 commit comments