This commit is contained in:
Jörg Thalheim 2025-11-03 18:11:42 -05:00 committed by GitHub
commit fc0263d330
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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