From 7ee766c8b12517b1c8a0cde43fa5a0df123cbcd5 Mon Sep 17 00:00:00 2001 From: Fedor Dikarev Date: Tue, 19 Nov 2024 09:06:26 +0100 Subject: [PATCH] runs-on: macos-15 --- .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 5496de60e4..2be1d31b78 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-14 + runs-on: macos-15 strategy: matrix: postgres-version: ${{ fromJSON(needs.files-changed.outputs.postgres_changes) }}