Unverified Commit a56fa7a4 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

workflows/check-shell: test aarch64-linux and x86_64-darwin as well

GitHub has all the different runners, so we can just as well check that
shell.nix works.
parent c148dc78
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -16,6 +16,10 @@ jobs:
        include:
          - runner: ubuntu-24.04
            system: x86_64-linux
          - runner: ubuntu-24.04-arm
            system: aarch64-linux
          - runner: macos-13
            system: x86_64-darwin
          - runner: macos-14
            system: aarch64-darwin