Skip to content

Commit

Permalink
runner macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
zachasme committed Nov 18, 2024
1 parent 6125e16 commit 058727a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
config: [Release, Debug]
pg: [17, 16, 15, 14, 13]

runs-on: macos-13
runs-on: macos-14

name: macos 🐘${{ matrix.pg }} (${{ matrix.config }})

Expand Down Expand Up @@ -42,9 +42,7 @@ jobs:
if: ${{ matrix.pg >= 15 }}

- name: Generate
run: |
echo "${CFLAGS}"
VERBOSE=true cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.config }}
run: cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.config }}
env:
# Fixes missing libintl.h on some runners
CFLAGS: "-I /usr/local/include"
Expand Down

0 comments on commit 058727a

Please sign in to comment.