From 698e1dd7cf6dfdde6a658c1619bd71c01839f2b6 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Tue, 30 Dec 2025 20:05:13 -0500 Subject: [PATCH 1/2] ci(nix): don't build for intel macs These are being dropped by Nixpkgs itself soon in the near future, with few users (on top of reduced usage of our flake/cache). We also already have coverage for macOS builds through the aarch64-darwin target, so this doesn't have a big impact on our end either Obviously can be reverted if enough people want it Signed-off-by: Seth Flynn --- .github/workflows/nix.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index dbf8e8f52..2035668f4 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -86,9 +86,6 @@ jobs: - os: ubuntu-22.04-arm system: aarch64-linux - - os: macos-15-intel - system: x86_64-darwin - - os: macos-14 system: aarch64-darwin From abe0c8e687b3992eed1ed483b43f033ead3b89b1 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Tue, 30 Dec 2025 20:07:56 -0500 Subject: [PATCH 2/2] ci(flatpak): only build for x86_64 The flatpaks from CI aren't very usable in the first place, but also take longer to complete than regular builds, as well as contribute to our concurrent job limit. Dropping ARM builds shouldn't have much impact, but this can obviously be reversed if people want it Signed-off-by: Seth Flynn --- .github/workflows/flatpak.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index e457538ff..e3fbb2c32 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -77,9 +77,6 @@ jobs: - os: ubuntu-22.04 arch: x86_64 - - os: ubuntu-22.04-arm - arch: aarch64 - runs-on: ${{ matrix.os }} container: