We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c0d6c commit 96282acCopy full SHA for 96282ac
1 file changed
.github/workflows/root-ci.yml
@@ -112,6 +112,7 @@ jobs:
112
113
env:
114
VIRTUAL_ENV_DIR: ${{ github.workspace }}/ROOT_CI_VENV
115
+ MACOSX_DEPLOYMENT_TARGET: ${{ matrix.platform == 'mac-beta' && '27' || '' }} # Problems with gfortran falling back 18 (unsupported)
116
117
strategy:
118
fail-fast: false
0 commit comments