-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
Cirrus M1 macOS runners never start on fork #120111
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
Comments
Yes, does something like this in build_macos:
name: 'build and test'
if: |
github.repository_owner != 'python'
&& matrix.os == 'ghcr.io/cirruslabs/macos-runner:sonoma' |
nineteendo
added a commit
to nineteendo/cpython
that referenced
this issue
Jun 5, 2024
pythongh-120111: Skip cirrus mac runners
Didn't work. |
Currently trying this: matrix:
os: ${{fromJson(inputs.os-matrix)}}
isFork: ${{ github.repository_owner != 'python' }}
exclude:
- isFork: true
os: 'ghcr.io/cirruslabs/macos-runner:sonoma'
|
ambv
pushed a commit
that referenced
this issue
Jun 6, 2024
Co-authored-by: Hugo van Kemenade <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 6, 2024
…120116) (cherry picked from commit fd104df) Co-authored-by: Nice Zombies <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
ambv
pushed a commit
to ambv/cpython
that referenced
this issue
Jun 6, 2024
…thonGH-120116) (cherry picked from commit fd104df) Co-authored-by: Nice Zombies <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
ambv
pushed a commit
that referenced
this issue
Jun 6, 2024
… (GH-120152) (cherry picked from commit fd104df) Co-authored-by: Nice Zombies <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
ambv
added a commit
that referenced
this issue
Jun 6, 2024
… (GH-120153) (cherry picked from commit fd104df) Co-authored-by: Nice Zombies <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
…0116) Co-authored-by: Hugo van Kemenade <[email protected]>
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
…0116) Co-authored-by: Hugo van Kemenade <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Cirrus M1 macOS runners introduced in #119979 never start on my fork. This causes every workflow to fail. Can we skip this job in that case?
Linked PRs
The text was updated successfully, but these errors were encountered: