Skip to content

Commit 99cc1f9

Browse files
authored
update CI platforms (#57)
1 parent 1200476 commit 99cc1f9

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

.github/workflows/test-dev.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,15 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
platform: [ubuntu-latest, ubuntu-22.04, windows-2019, windows-2022, macos-latest]
21-
node-version: ['18.17', 18, 20, 22, 23]
20+
platform:
21+
- ubuntu-22.04
22+
- ubuntu-24.04
23+
- windows-2022
24+
- windows-2025
25+
- macos-13
26+
- macos-14
27+
- macos-15
28+
node-version: ['18.17', 18, 20, 22, 24]
2229

2330
steps:
2431
- uses: actions/checkout@v3

.github/workflows/test-npm.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,15 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
platform: [ubuntu-22.04, ubuntu-24.04, windows-2019, macos-13, macos-15]
18-
node-version: ['18.17', 18, 20, 22, 23]
17+
platform:
18+
- ubuntu-22.04
19+
- ubuntu-24.04
20+
- windows-2022
21+
- windows-2025
22+
- macos-13
23+
- macos-14
24+
- macos-15
25+
node-version: ['18.17', 18, 20, 22, 24]
1926

2027
steps:
2128
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)