Skip to content

Commit

Permalink
chore: set macos-latest 19+ experimental
Browse files Browse the repository at this point in the history
cypress react example failing on macos node 19+ only
  • Loading branch information
YOU54F committed Sep 27, 2024
1 parent 7bd19d6 commit ef3c147
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,17 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [18.x, 19.x, 20.x]
os: [ubuntu-latest, windows-latest]
node-version: [18.x, 20.x, 22.x]
include:
- os: macos-latest
node-version: 18.x
- os: macos-latest
node-version: 20.x
experimental: true
- os: macos-latest
node-version: 22.x
experimental: true
fail-fast: false

steps:
Expand Down

0 comments on commit ef3c147

Please sign in to comment.