Skip to content

Commit 68c7031

Browse files
author
deathaxe
authored
Re-enable CI on Mac (#2470)
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.
1 parent 2a47052 commit 68c7031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
os:
2424
- ubuntu-latest
25-
# - macOS-latest
25+
- macOS-latest
2626
- windows-latest
2727
runs-on: ${{ matrix.os }}
2828
steps:

0 commit comments

Comments
 (0)