Skip to content

Commit 717df72

Browse files
committed
Update list of CI build targets to fix more CI breakage
1 parent 724fa61 commit 717df72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66

77
strategy:
88
matrix:
9-
node-version: [12.x, v14.17.0, 14.x, 16.x, '*']
10-
os: ["macos-10.15", "ubuntu-20.04", "windows-2019"]
9+
node-version: [18.x, 20.x, 22.x, v22.14.0]
10+
os: ["macos-13", "macos-15", ubuntu-24.04", "windows-2022", "windows-2025"]
1111

1212
runs-on: ${{ matrix.os }}
1313

0 commit comments

Comments
 (0)