Skip to content

Commit 056206a

Browse files
committed
Migrate Windows CI builds to windows-2022
1 parent 4239d84 commit 056206a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
needs: [build_data, build_sdist]
7171
strategy:
7272
matrix:
73-
os: [ubuntu-22.04, windows-2019, macos-13, macos-14]
73+
os: [ubuntu-22.04, windows-2022, macos-13, macos-14]
7474
runs-on: ${{ matrix.os }}
7575
steps:
7676
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)