Skip to content

Commit

Permalink
ci: build on Windows server 2019 for more portability
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Oct 2, 2024
1 parent 1eee632 commit 84541cf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ jobs:
fail-fast: false
matrix:
os:
# - ubuntu-22.04
- ubuntu-20.04
- windows-2022
- windows-2019
node_version:
- 18
node_arch:
Expand All @@ -28,7 +27,7 @@ jobs:
- ""

include:
- os: windows-2022
- os: windows-2019
node_version: 18
node_arch: ia32
cpp_arch: amd64_x86
Expand Down

0 comments on commit 84541cf

Please sign in to comment.