Skip to content
Snippets Groups Projects
Unverified Commit 9ae76871 authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

ci: re-enable macOS tests (#8236)

parent 746d1708
No related branches found
No related tags found
No related merge requests found
......@@ -23,14 +23,15 @@ jobs:
strategy:
matrix:
# disable macos-latest: https://github.com/actions/virtual-environments/issues/2247
os: [ubuntu-latest, windows-latest] # macos-latest
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [12, 14]
python-version: [3.8]
java-version: [11]
exclude:
- os: windows-latest
node-version: 12
- os: macos-latest
node-version: 12
env:
coverage: ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == 14 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment