will it compile on macos-14?

This commit is contained in:
Fedor Dikarev
2024-11-19 09:46:29 +01:00
parent 7ee766c8b1
commit 73f494a0da

View File

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