also test macos

This commit is contained in:
Jörg Thalheim 2024-09-16 09:57:31 +02:00 committed by Bryan Bennett
parent 2e245a48ed
commit 37ac7a1c18

View file

@ -11,9 +11,7 @@ jobs:
tests: tests:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest, macos-latest]
# FIXME macos garbage currently collect also nix-shell that runs the test
#os: [ ubuntu-latest, macos-latest ]
variants: [stable, latest] variants: [stable, latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps: