diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2022-02-01 21:29:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 21:29:27 +0100 |
commit | 7c31d4d27942a66e64d691af4fde4006128095e6 (patch) | |
tree | 9f4d663f405cfbee46f62b0f1c930cf32cd358cc /.github | |
parent | 4a29512113c49fa35aa8ef8a9d8d2112742d6f00 (diff) | |
download | spack-7c31d4d27942a66e64d691af4fde4006128095e6.tar.gz spack-7c31d4d27942a66e64d691af4fde4006128095e6.tar.bz2 spack-7c31d4d27942a66e64d691af4fde4006128095e6.tar.xz spack-7c31d4d27942a66e64d691af4fde4006128095e6.zip |
CI: macOS try to build latest GCC (#28709)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/macos_python.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos_python.yml b/.github/workflows/macos_python.yml index c1e77a7f24..a217a5aad4 100644 --- a/.github/workflows/macos_python.yml +++ b/.github/workflows/macos_python.yml @@ -32,7 +32,7 @@ jobs: run: | . .github/workflows/install_spack.sh # 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: name: jupyter |