Skip to content

Commit 42eebcc

Browse files
authored
Update ci-matrix to test new runners (#741)
* update ci-matrix to test new runners * 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 a71cd1f commit 42eebcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
target:
1616
- { name: linux, os: ubuntu-22.04 }
17-
- { name: macos, os: macos-13 }
17+
- { name: macos, os: macos-latest }
1818
- { name: windows, os: windows-2022 }
1919

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

0 commit comments

Comments
 (0)