Skip to content

Commit 172f4d2

Browse files
committed
CI/Build: Update Windows image because "windows-2019" went EOL.
1 parent d984681 commit 172f4d2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
matrix:
1313
os:
14-
- windows-2019
14+
- windows-latest
1515
- ubuntu-latest
1616
- macos-latest
1717
python-version:
@@ -33,13 +33,13 @@ jobs:
3333
- "luajit-5.1"
3434

3535
exclude:
36-
- os: windows-2019
36+
- os: windows-latest
3737
lua-version: lua5.2
38-
- os: windows-2019
38+
- os: windows-latest
3939
lua-version: lua5.3
40-
- os: windows-2019
40+
- os: windows-latest
4141
lua-version: lua5.4
42-
- os: windows-2019
42+
- os: windows-latest
4343
lua-version: luajit-5.1
4444

4545
- os: macos-latest

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
&& cibuildwheel --print-build-identifiers --platform macos \
9292
| jq -nRc '{"only": inputs, "os": "macos-latest"}' \
9393
&& cibuildwheel --print-build-identifiers --platform windows \
94-
| jq -nRc '{"only": inputs, "os": "windows-2019"}'
94+
| jq -nRc '{"only": inputs, "os": "windows-latest"}'
9595
} | jq -sc
9696
)
9797
echo "include=$MATRIX"

0 commit comments

Comments
 (0)