runs-on: macos-15

This commit is contained in:
Fedor Dikarev
2024-11-19 09:06:26 +01:00
parent 57f58801af
commit 7ee766c8b1

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-14
runs-on: macos-15
strategy:
matrix:
postgres-version: ${{ fromJSON(needs.files-changed.outputs.postgres_changes) }}