Skip to content

Commit

Permalink
remove safari
Browse files Browse the repository at this point in the history
  • Loading branch information
nruffing committed Jan 3, 2024
1 parent 210efea commit 1d5ccea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
matrix:
node-version: [18.x, 20.x, 21.x]
os: [ubuntu-latest, windows-latest, macos-latest]
browser: [chrome, edge, safari] # firefox
browser: [chrome, edge] #, safari, firefox
exclude:
- os: ubuntu-latest
browser: edge
- os: ubuntu-latest
browser: safari
- os: windows-latest
browser: safari
# - os: ubuntu-latest
# browser: safari
# - os: windows-latest
# browser: safari
- os: macos-latest
browser: edge
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 1d5ccea

Please sign in to comment.