Skip to content

Commit

Permalink
test(integration): add & remove runner (#972)
Browse files Browse the repository at this point in the history
- Add `macos-14`, `macos-13` runner
- Remove `macos-11` runner (deprecated after 2024-06-28)
  • Loading branch information
nogic1008 committed May 5, 2024
1 parent cff7b0e commit a03e574
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -78,8 +78,9 @@ jobs:
os:
- ubuntu-22.04
- ubuntu-20.04
- macos-14
- macos-13
- macos-12
- macos-11
- windows-2022
- windows-2019
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit a03e574

Please sign in to comment.