mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
Replace deprecated GH macos-12 runner by macos-13.
This commit is contained in:
parent
9b03202f75
commit
e854d08e39
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -289,7 +289,7 @@ jobs:
|
||||
|
||||
build-macos:
|
||||
name: build-macos-${{ matrix.arch }}
|
||||
runs-on: ${{ (matrix.arch == 'arm64' && 'macos-14') || 'macos-12' }}
|
||||
runs-on: ${{ (matrix.arch == 'arm64' && 'macos-14') || 'macos-13' }}
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
Loading…
Reference in New Issue
Block a user