ci: reinstate macos x86 releases

Closes https://github.com/PostgREST/postgrest/issues/4755

(cherry picked from commit b6c6bb27a8)
This commit is contained in:
steve-chavez
2026-04-19 12:19:17 +00:00
committed by Wolfgang Walther
parent 83e1bebcdc
commit dd1956557d
4 changed files with 14 additions and 0 deletions
+9
View File
@@ -105,6 +105,15 @@ jobs:
artifact: postgrest-macos-aarch64
deps: brew link --force libpq
- name: MacOS x86-64
runs-on: macos-15-intel
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: |