From 080a26a314df3522d413d12bae37153ec22d00e1 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Wed, 3 Aug 2022 12:29:29 +0200 Subject: 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/ --- .github/workflows/bootstrap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3-60-g2f50