Skip to content

Commit bc519b9

Browse files
authored
Merge pull request #660 from zeromq/windows-compat [skip ci]
2 parents 1eee632 + 84541cf commit bc519b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/CI.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os:
16-
# - ubuntu-22.04
1716
- ubuntu-20.04
18-
- windows-2022
17+
- windows-2019
1918
node_version:
2019
- 18
2120
node_arch:
@@ -28,7 +27,7 @@ jobs:
2827
- ""
2928

3029
include:
31-
- os: windows-2022
30+
- os: windows-2019
3231
node_version: 18
3332
node_arch: ia32
3433
cpp_arch: amd64_x86

0 commit comments

Comments
 (0)