Skip to content

Commit

Permalink
fix(ci): change os runner
Browse files Browse the repository at this point in the history
  • Loading branch information
nogic1008 authored Nov 4, 2024
1 parent 69715ec commit 80f5884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,12 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-24.04
- ubuntu-22.04
- ubuntu-20.04
- macos-15
- macos-14
- macos-13
- macos-12
- windows-2022
- windows-2019
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 80f5884

Please sign in to comment.