8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 15:23:03 +01:00

Replace deprecated GH macos-12 runner by macos-13.

This commit is contained in:
Adriano dos Santos Fernandes 2024-10-17 08:17:51 -03:00
parent 9b03202f75
commit e854d08e39

View File

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