CI: macOS try to build latest GCC (#28709)

This commit is contained in:
Massimiliano Culpo 2022-02-01 21:29:27 +01:00 committed by GitHub
parent 4a29512113
commit 7c31d4d279
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ jobs:
run: | run: |
. .github/workflows/install_spack.sh . .github/workflows/install_spack.sh
# 9.2.0 is the latest version on which we apply homebrew patch # 9.2.0 is the latest version on which we apply homebrew patch
spack install -v --fail-fast gcc@9.2.0 %apple-clang spack install -v --fail-fast gcc@11.2.0 %apple-clang
install_jupyter_clang: install_jupyter_clang:
name: jupyter name: jupyter