Skip to content

Commit 923b43f

Browse files
author
The ml_dtypes Authors
committed
Merge pull request #304 from jakevdp:windows-ci
PiperOrigin-RevId: 781566992
2 parents e93030b + 088a4d2 commit 923b43f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
include:
3838
- os: macos-14
3939
python-version: "3.12"
40-
- os: windows-2019
40+
- os: windows-2022
4141
python-version: "3.12"
4242

4343
steps:

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ${{ matrix.os }}
2828
strategy:
2929
matrix:
30-
os: [ubuntu-22.04, ubuntu-22.04-arm, macos-14, windows-2019]
30+
os: [ubuntu-22.04, ubuntu-22.04-arm, macos-14, windows-2022]
3131

3232
steps:
3333
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)