From 0a7ae1815c76897594094352d4125b12c1f052e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 21:10:26 +0000 Subject: [PATCH] chore(deps): update dependency macos to v14 --- .github/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 00f16a0cd..6ca809522 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -96,12 +96,13 @@ jobs: # no artifact for Linux, because we use the static build - name: MacOS - runs-on: macos-12 + runs-on: macos-14 cache: | ~/.stack/pantry ~/.stack/snapshots ~/.stack/stack.sqlite3 artifact: postgrest-macos-x64 + deps: brew install libpq && brew link --force libpq - name: Windows runs-on: windows-2022