-
Notifications
You must be signed in to change notification settings - Fork 3.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
[macOS] GCC 11 will be removed from all macOS images on August 12 #10213
Labels
Comments
scivision
added a commit
to ECLAIRWaveS/forestclaw
that referenced
this issue
Jul 22, 2024
GCC-11 is being removed from GitHub Actions macOS runners in a few weeks actions/runner-images#10213
scivision
added a commit
to ECLAIRWaveS/forestclaw
that referenced
this issue
Jul 22, 2024
GCC-11 is being removed from GitHub Actions macOS runners in a few weeks actions/runner-images#10213
4 tasks
iamazeem
added a commit
to liquidaty/zsv
that referenced
this issue
Aug 16, 2024
VM Rollouts done and GCC11 is removed from all macOS images. |
This was referenced Aug 19, 2024
hartwork
added a commit
to hartwork/ttyplot
that referenced
this issue
Aug 19, 2024
GCC 11 has been dropped in the mean time: actions/runner-images#10213
hartwork
added a commit
to hartwork/ttyplot
that referenced
this issue
Aug 19, 2024
GCC 11 has been dropped in the mean time: actions/runner-images#10213
NadeemYaseen
added a commit
to os-fpga/FOEDAG
that referenced
this issue
Aug 20, 2024
…mage [[macOS] GCC 11 will be removed from all macOS images on August 12](actions/runner-images#10213)
alaindargelas
pushed a commit
to os-fpga/FOEDAG
that referenced
this issue
Aug 20, 2024
…os image (#1677) * Update main.yml to use GCC 12 as 11 is no longer available on macos image [[macOS] GCC 11 will be removed from all macOS images on August 12](actions/runner-images#10213) * Incremented patch version --------- Co-authored-by: NadeemYaseen <NadeemYaseen@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Breaking changes
GCC 11 will be removed from all macOS images.
Target date
Image deployment is starting on August 12 and will take 3-4 days.
The motivation for the changes
As of the software support policy only 3 latest versions of GCC are supported i.e., GCC 12, 13 and 14.
Possible impact
If your builds depend on
gcc@11
they can be broken.Platforms affected
Runner images affected
Mitigation ways
gcc@11
still may be installed in runtime by calling thebrew install gcc@11
command.The text was updated successfully, but these errors were encountered: