From 058727af2e8d2b6b43d3e4fa33846fe04d3abfd7 Mon Sep 17 00:00:00 2001 From: Zacharias Knudsen Date: Mon, 18 Nov 2024 09:51:47 +0100 Subject: [PATCH] runner macos-14 --- .github/workflows/test-macos.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index 5ccfeb3b..7e65d72f 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -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 }}) @@ -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"