Skip to content

Commit 96282ac

Browse files
committed
[CI] Export an OSX deployment target for mac beta.
gfortran can't be used because by default, cmake tries to use it with SDK version 18. This is unsupported.
1 parent a8c0d6c commit 96282ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/root-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ jobs:
112112

113113
env:
114114
VIRTUAL_ENV_DIR: ${{ github.workspace }}/ROOT_CI_VENV
115+
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.platform == 'mac-beta' && '27' || '' }} # Problems with gfortran falling back 18 (unsupported)
115116

116117
strategy:
117118
fail-fast: false

0 commit comments

Comments
 (0)