From 73f494a0da58d06a8f30d30f8ebd76087cb5d4b3 Mon Sep 17 00:00:00 2001 From: Fedor Dikarev Date: Tue, 19 Nov 2024 09:46:29 +0100 Subject: [PATCH] will it compile on macos-14? --- .github/workflows/build-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 2be1d31b78..5496de60e4 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -45,7 +45,7 @@ jobs: contains(github.event.pull_request.labels.*.name, 'run-extra-build-*') || github.ref_name == 'main' timeout-minutes: 30 - runs-on: macos-15 + runs-on: macos-14 strategy: matrix: postgres-version: ${{ fromJSON(needs.files-changed.outputs.postgres_changes) }}