Skip to content

Commit 1ddeb03

Browse files
committed
update ci-matrix to test new runners
1 parent fb9718e commit 1ddeb03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
matrix:
1515
target:
1616
- { name: linux, os: ubuntu-22.04 }
17-
- { name: macos, os: macos-13 }
18-
- { name: windows, os: windows-2022 }
17+
- { name: macos, os: macos-latest }
18+
- { name: windows, os: windows-latest }
1919

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

0 commit comments

Comments
 (0)