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

Commits on Aug 6, 2023

  1. Do not specify non-existant gcc version on macOS runners

    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)
    DimitriPapadopoulos committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    fa00d78 View commit details
    Browse the repository at this point in the history