Skip to content

Commit

Permalink
Bump OSes in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Feb 11, 2025
1 parent 204d5c2 commit 7f3c773
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,17 @@ jobs:
os:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
- ubuntu-latest
- macos-12
- macos-13
- macos-14
- macos-15
- macos-latest
node-version:
- 18.x
- 20.x
- 22.x
- 24.x
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit 7f3c773

Please sign in to comment.