Skip to content

Commit

Permalink
Re-enable CI on Mac
Browse files Browse the repository at this point in the history
UnitTesting 1.8.1 excludes coverage dependency from python 3.3 on arm platform.

GH Actions seem to have switched MacOS to ARM platform recently.
  • Loading branch information
deathaxe committed May 3, 2024
1 parent 2a47052 commit 52c8f78
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 @@ -22,7 +22,7 @@ jobs:
matrix:
os:
- ubuntu-latest
# - macOS-latest
- macOS-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 52c8f78

Please sign in to comment.