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.
This commit is contained in:
Wolfgang Walther
2025-05-11 12:11:14 +02:00
parent c148dc78a1
commit a56fa7a4a2
+4
View File
@@ -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