CI: macOS try to build latest GCC (#28709)
This commit is contained in:
parent
4a29512113
commit
7c31d4d279
1 changed files with 1 additions and 1 deletions
2
.github/workflows/macos_python.yml
vendored
2
.github/workflows/macos_python.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue