Skip to content

Commit

Permalink
CI: lower ubunutu version + bump macos + node 18 (#330)
Browse files Browse the repository at this point in the history
* CI: add node v18 & lower to ubuntu-22.04

* bump macos-14

* try fix macos
  • Loading branch information
RobertCraigie authored Jan 15, 2025
1 parent 3356df1 commit 08b251c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-12, windows-latest]
node: [14, 16]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
os: [ubuntu-22.04, macos-14, windows-latest]
node: [14, 16, 18]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: macos-14
node: 14
- os: macos-14
python-version: "3.7"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 08b251c

Please sign in to comment.