From eb00c1991c67facc7b0e60703825897ba65a40b3 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 18 Nov 2025 10:59:06 +0100 Subject: [PATCH] ci: remove macos x86 builds The x86 GitHub runner will not be available anymore, soon. We might be able to re-introduce this, once we can build a static executable via Nix on darwin, too. --- .github/workflows/build.yaml | 9 --------- .github/workflows/release.yaml | 3 --- 2 files changed, 12 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3ff22387b..c1e0167d9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -105,15 +105,6 @@ jobs: artifact: postgrest-macos-aarch64 deps: brew link --force libpq - - name: MacOS x86-64 - runs-on: macos-13 - cache: | - ~/.stack/pantry - ~/.stack/snapshots - ~/.stack/stack.sqlite3 - artifact: postgrest-macos-x86-64 - deps: brew link --force libpq - - name: Windows runs-on: windows-2022 cache: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ed6955680..e96d2b5c8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -81,9 +81,6 @@ jobs: tar cJvf "release-bundle/postgrest-${GITHUB_REF_NAME}-macos-aarch64.tar.xz" \ -C artifacts/postgrest-macos-aarch64 postgrest - tar cJvf "release-bundle/postgrest-${GITHUB_REF_NAME}-macos-x86-64.tar.xz" \ - -C artifacts/postgrest-macos-x86-64 postgrest - tar cJvf "release-bundle/postgrest-${GITHUB_REF_NAME}-freebsd-x86-64.tar.xz" \ -C artifacts/postgrest-freebsd-x86-64 postgrest