CI: GitHub: test on Mac OS as well

Change-Id: Ifb8ba470765fc02e3367beeaf8f048da6fdad6d7
This commit is contained in:
Jan Kundrát
2022-07-05 13:12:11 +02:00
parent 706661d801
commit 6ad4593f41

View File

@@ -92,9 +92,9 @@ jobs:
telecominfraproject/oopt-gnpy:${{ steps.extract_tag_name.outputs.GIT_DESC }}
telecominfraproject/oopt-gnpy:latest
windows:
name: Tests on Windows
runs-on: windows-2019
other-platforms:
name: Tests on other platforms
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
with:
@@ -108,5 +108,8 @@ jobs:
pytest -vv
strategy:
matrix:
python_version:
- "3.10"
include:
- os: windows-2019
python_version: "3.10"
- os: macos-12
python_version: "3.10"