Skip to content

Commit eca0616

Browse files
committed
Upgrade CI Windows runners to 2022
1 parent 56f60cf commit eca0616

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'v[0-9]*'
77
#branches:
88
#- main
9-
#pull_request:
9+
pull_request:
1010
# ^ uncomment when testing changes to build
1111

1212
concurrency:
@@ -21,7 +21,7 @@ jobs:
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:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)