Skip to content
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

Do not specify non-existant gcc version on macOS runners #834

Closed

Conversation

DimitriPapadopoulos
Copy link
Contributor

@DimitriPapadopoulos DimitriPapadopoulos commented Aug 6, 2023

At some point, macos-latest stopped supporting gcc-9, and moved to gcc-11 and gcc-12.

Currently supported compilers as reported in the actions/runner-images repository, with macos-latest pointing to macos-12:

  • macOS 11 (macos-11)
    • Clang/LLVM 13.0.0
    • Clang/LLVM (Homebrew) 15.0.7
    • GCC 10 (Homebrew GCC 10.4.0)
    • GCC 11 (Homebrew GCC 11.4.0)
    • GCC 12 (Homebrew GCC 12.3.0)
  • macOS 12 (macos-12, macos-latest)
    • Clang/LLVM 14.0.0
    • Clang/LLVM (Homebrew) 15.0.7
    • GCC 11 (Homebrew GCC 11.4.0)
    • GCC 12 (Homebrew GCC 12.3.0)
  • macOS 13 (macos-13)
    • Clang/LLVM 14.0.0
    • Clang/LLVM (Homebrew) 15.0.7
    • GCC 11 (Homebrew GCC 11.4.0)
    • GCC 12 (Homebrew GCC 12.3.0)

At some point, macos-latest stopped supporting gcc-9,
and moved to gcc-11 and gcc-12.

Currently supported compilers, with macos-latest pointing to macos-12:
* macOS 11 (macos-11)
  - Clang/LLVM 13.0.0
  - Clang/LLVM (Homebrew) 15.0.7
  - GCC 10 (Homebrew GCC 10.4.0)
  - GCC 11 (Homebrew GCC 11.4.0)
  - GCC 12 (Homebrew GCC 12.3.0)
* macOS 12 (macos-12, macos-latest)
  - Clang/LLVM 14.0.0
  - Clang/LLVM (Homebrew) 15.0.7
  - GCC 11 (Homebrew GCC 11.4.0)
  - GCC 12 (Homebrew GCC 12.3.0)
* macOS 13 (macos-13)
  - Clang/LLVM 14.0.0
  - Clang/LLVM (Homebrew) 15.0.7
  - GCC 11 (Homebrew GCC 11.4.0)
  - GCC 12 (Homebrew GCC 12.3.0)
@madler
Copy link
Owner

madler commented Aug 14, 2023

Applied.

@madler madler closed this Aug 14, 2023
@DimitriPapadopoulos DimitriPapadopoulos deleted the macos-latest branch August 14, 2023 06:26
@Neustradamus
Copy link

Merged commit:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants