summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2022-08-03 12:29:29 +0200
committerGitHub <noreply@github.com>2022-08-03 12:29:29 +0200
commit080a26a314df3522d413d12bae37153ec22d00e1 (patch)
tree877c5b6f814271a5f59115cdef609ec21fa93d3f /.github
parentad09f7a1af1cc2e6f52c30fa6806328057ceadef (diff)
downloadspack-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.yml2
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