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:
parent
e3518a9837
commit
f89e8215cf
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user