build devshells on all platforms
Jörg Thalheim committed
Mar 8, 2025 at 18:32 UTC
7bca668554837fa82fb8c45c672c78d792d87abb
1 file changed
+8
-1
.github/workflows/ci.yml
+8
-1
@@ -14,7 +14,14 @@ jobs:
14
# We probably should replace with a different faster CI soon,
15
# but atleast this gives us confidence for now
16
nix-build:
17
- runs-on: ubuntu-latest
17
+ runs-on: "${{ matrix.os }}"
18
+ strategy:
19
+ fail-fast: false
20
+ matrix:
21
+ os:
22
+ - ubuntu-latest
23
+ - ubuntu-22.04-arm
24
+ - macos-latest
25
steps:
26
- uses: actions/checkout@v4
27
- uses: cachix/install-nix-action@v30