Skip to content

Commit 40f77c2

Browse files
authored
revert Windows OS version in buildwheels workflow
1 parent 99a2c2a commit 40f77c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/buildwheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
fail-fast: false
4343
matrix:
44-
os: [ubuntu-latest, ubuntu-24.04-arm, macos-13, macos-latest, windows-2022] # https://github.com/HDFGroup/hdf5/issues/5885
44+
os: [ubuntu-latest, ubuntu-24.04-arm, macos-13, macos-latest, windows-latest]
4545

4646
steps:
4747
- uses: actions/checkout@v4
@@ -50,7 +50,7 @@ jobs:
5050
fetch-depth: 0
5151

5252
# download C and Fortran compiler on windows
53-
- if: matrix.os == 'windows-2022'
53+
- if: matrix.os == 'windows-latest'
5454
uses: msys2/setup-msys2@v2
5555
with:
5656
msystem: MINGW64

0 commit comments

Comments
 (0)