From b83899340e8aac95d64f63a5c2471399d5f82b31 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2f4500bfc..9578d605e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -60,7 +60,7 @@ jobs: macos: name: Nix - MacOS - runs-on: macos-12 + runs-on: macos-14 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup Nix Environment @@ -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