Skip to content

Commit

Permalink
Re-enable CI on Mac (#2470)
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 authored May 3, 2024
1 parent 2a47052 commit 68c7031
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 68c7031

Please sign in to comment.