1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-01-12 17:10:55 +00:00

Do not run tests on macOS for now.

This commit is contained in:
grossmj 2020-10-20 11:10:42 +10:30
parent c0cab1c3ca
commit f4210108ce

View File

@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
python-version: [3.6, 3.7, 3.8]
steps: