Skip to content

Commit 08b251c

Browse files
CI: lower ubunutu version + bump macos + node 18 (#330)
* CI: add node v18 & lower to ubuntu-22.04 * bump macos-14 * try fix macos
1 parent 3356df1 commit 08b251c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/test.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,14 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
os: [ubuntu-latest, macos-12, windows-latest]
27-
node: [14, 16]
28-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
26+
os: [ubuntu-22.04, macos-14, windows-latest]
27+
node: [14, 16, 18]
28+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
29+
exclude:
30+
- os: macos-14
31+
node: 14
32+
- os: macos-14
33+
python-version: "3.7"
2934

3035
steps:
3136
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)