Skip to content

Commit

Permalink
add macos tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nlsandler committed Nov 1, 2023
1 parent 8b80dbb commit 4324afc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest] #, macos-latest]
os: [ubuntu-latest, macos-latest]
uses: nlsandler/nqcc2/.github/workflows/build.yaml@main
with:
chapter: 20
Expand All @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest] #, macos-latest]
os: [ubuntu-latest, macos-latest]
uses: nlsandler/nqcc2/.github/workflows/build.yaml@main
with:
chapter: 19
Expand All @@ -38,7 +38,7 @@ jobs:
fail-fast: true
matrix:
python-version: ["3.8", "3.11"] #, "3.9", "3.10", "3.11"]
os: [ubuntu-latest] #, macos-latest]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
needs: [build-final-nqcc, build-partial-nqcc]
steps:
Expand Down

0 comments on commit 4324afc

Please sign in to comment.