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) }}