Skip to content

Commit 93209c0

Browse files
authored
Revert Windows runner in CI matrix
Moving windows runner back to 2022, so we can allow macos-latest to fully run through Actions
1 parent 1ddeb03 commit 93209c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
target:
1616
- { name: linux, os: ubuntu-22.04 }
1717
- { name: macos, os: macos-latest }
18-
- { name: windows, os: windows-latest }
18+
- { name: windows, os: windows-2022 }
1919

2020
name: Build node on ${{ matrix.target.os }}
2121
runs-on: ${{ matrix.target.os }}

0 commit comments

Comments
 (0)