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

Switch Mac ARM64 build to GitHub runner and run it in all cases.

This commit is contained in:
Adriano dos Santos Fernandes 2024-01-31 22:42:50 -03:00
parent e3518a9837
commit f89e8215cf

View File

@ -271,7 +271,7 @@ jobs:
build-macos:
name: build-macos-${{ matrix.arch }}
runs-on: ${{ (matrix.arch == 'arm64' && 'flyci-macos-large-latest-m1') || 'macos-12' }}
runs-on: ${{ (matrix.arch == 'arm64' && 'macos-14') || 'macos-12' }}
strategy:
fail-fast: false
@ -279,8 +279,6 @@ jobs:
arch:
- x64
- arm64
exclude:
- arch: ${{ (github.event.head_commit.message == 'increment build number' || github.ref_type == 'tag') && 'dummy' || 'arm64' }}
steps:
- name: Checkout