Skip to content

Commit

Permalink
Removed macOS from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Jun 20, 2023
1 parent 4779d59 commit c1902df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, macos-13]
os: [ubuntu-22.04] # [ubuntu-22.04, macos-13] # macos doesnt succeed to run safari
TF:
- test
- addons/Dexie.Observable/test/unit
Expand Down

0 comments on commit c1902df

Please sign in to comment.