We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bfb2ea commit c1d50a7Copy full SHA for c1d50a7
.github/workflows/test.yml
@@ -28,9 +28,10 @@ jobs:
28
template-check:
29
name: Template check
30
needs: [find-templates]
31
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}
32
strategy:
33
matrix:
34
+ os: [ "ubuntu-latest", "macos-latest" ]
35
folder: ${{ fromJSON(needs.find-templates.outputs.folders) }}
36
steps:
37
- uses: cachix/install-nix-action@v30
templates/advanced/systems.nix
@@ -1 +1,2 @@
1
[ "x86_64-linux" ]
2
+
0 commit comments