Skip to content

Commit

Permalink
ci: test macos-14 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jan 31, 2024
1 parent 329a8ef commit 11efbe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
node-version: [20]
os: [macos-latest,ubuntu-latest,windows-latest]
os: [macos-14,macos-12,ubuntu-latest,windows-latest]

env:
NODE_VERSION: ${{ matrix.node-version }}
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
fail-fast: false
matrix:
node-version: [16,18,20]
os: [macos-latest,ubuntu-latest,windows-latest]
os: [macos-14, macos-12, ubuntu-latest,windows-latest]

env:
NODE_VERSION: ${{ matrix.node-version }}
Expand Down

0 comments on commit 11efbe6

Please sign in to comment.