Skip to content

Commit

Permalink
Fix OS list
Browse files Browse the repository at this point in the history
  • Loading branch information
remotemerge committed Jan 4, 2025
1 parent f8a81e4 commit 2e6929d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-latest, macos-latest ]
node-version: [18, 20, 22]
fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
os: [ ubuntu-24.04, windows-latest, macos-latest ]
node-version: [ 18, 20, 22 ]
fail-fast: false

Expand Down

0 comments on commit 2e6929d

Please sign in to comment.