diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2022-08-03 12:29:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 12:29:29 +0200 |
commit | 080a26a314df3522d413d12bae37153ec22d00e1 (patch) | |
tree | 877c5b6f814271a5f59115cdef609ec21fa93d3f /.github | |
parent | ad09f7a1af1cc2e6f52c30fa6806328057ceadef (diff) | |
download | spack-080a26a314df3522d413d12bae37153ec22d00e1.tar.gz spack-080a26a314df3522d413d12bae37153ec22d00e1.tar.bz2 spack-080a26a314df3522d413d12bae37153ec22d00e1.tar.xz spack-080a26a314df3522d413d12bae37153ec22d00e1.zip |
Remove macOS 10.15 from bootstrap tests (#31890)
That version of the runners have been deprecated, see:
https://github.blog/changelog/2022-07-20-github-actions-the-macos-10-15-actions-runner-image-is-being-deprecated-and-will-be-removed-by-8-30-22/
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/bootstrap.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 5279b93c3e..0522829303 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -184,7 +184,7 @@ jobs: strategy: matrix: python-version: ['3.5', '3.6', '3.7', '3.8', '3.9', '3.10'] - macos-version: ['macos-10.15', 'macos-11', 'macos-12'] + macos-version: ['macos-11', 'macos-12'] if: github.repository == 'spack/spack' steps: - name: Install dependencies |