-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GHA workflow update #7699
GHA workflow update #7699
Conversation
9e46fcc
to
dcc21bc
Compare
@arvidn for pre-commit failure, quote the actual python version -> python-version: "3.10" & that should resolve failure. CodeQL - Perhaps you could also use the CMake version that comes pre-installed on runner image rather than downloading/installing a specified version. cibuildwheel/cirrus - update action to 2.19.2 |
dcc21bc
to
c02de29
Compare
c02de29
to
2b9c865
Compare
the cibuildwheel is targeting an older MacOS than what the image supports |
You've set it to 10.9 below: Line 21 in d4a9a0c
I've been looking in to this via the macOS arm PR & newer actions which require different targets for x64/arm......I believe if the |
What I meant was to remove below line completely & let the cibuildwheel action automatically set the correct "minimum target" Line 21 in d4a9a0c
Look at Line 294 onwards in relation to |
422a2ba
to
0e8705c
Compare
I wondering about current failure ......is it to do with OpenSSL being installed from brew rather than being installed from source? |
f62982b
to
381008e
Compare
381008e
to
1ee9996
Compare
No description provided.