Skip to content

Commit

Permalink
Edge is not available on macOS images anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Senryoku committed May 1, 2024
1 parent cf6f6fc commit af8dc71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ts-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Run tests
run: npm test
- name: Safari Tests
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-latest'
run: npm run test:safari
- name: Chrome Tests
if: always()
Expand All @@ -44,7 +44,7 @@ jobs:
if: always()
run: npm run test:firefox
- name: Edge Tests
if: always()
if: matrix.os != 'macos-latest'
run: npm run test:edge
- name: Benchmarks
if: always()
Expand Down

0 comments on commit af8dc71

Please sign in to comment.