ci: reinstate macos x86 releases

Closes https://github.com/PostgREST/postgrest/issues/4755
This commit is contained in:
steve-chavez
2026-04-19 11:26:06 +00:00
committed by Wolfgang Walther
parent 1f70e42d3b
commit b6c6bb27a8
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: |