ci: Fix release name of macos binary

This is built on macos-14, which is running on new arm based hardware,
not the old x86_64 ones.
This commit is contained in:
Wolfgang Walther
2025-01-18 17:54:42 +01:00
parent 164e6a601f
commit c3f88d7a1d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ jobs:
~/.stack/pantry
~/.stack/snapshots
~/.stack/stack.sqlite3
artifact: postgrest-macos-x64
artifact: postgrest-macos-aarch64
deps: brew install libpq && brew link --force libpq
- name: Windows