From a56fa7a4a2e5980c32db9ee92f87c845458f2b97 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 10 May 2025 17:08:14 +0200 Subject: [PATCH] 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. --- .github/workflows/check-shell.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/check-shell.yml b/.github/workflows/check-shell.yml index d148563c4311..1539df0d868b 100644 --- a/.github/workflows/check-shell.yml +++ b/.github/workflows/check-shell.yml @@ -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