Skip to content

Commit

Permalink
chore(deps): update dependency macos to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and wolfgangwalther committed Nov 6, 2024
1 parent 5be2327 commit b838993
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b838993

Please sign in to comment.