From 4fd5ee1d9dc9c94af00447551d5eb509e6d84e14 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Thu, 16 Jun 2022 13:26:20 +0200 Subject: CI: test binary bootstrapping of clingo on all macOS versions (#31160) --- .github/workflows/bootstrap.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows/bootstrap.yml') diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 2ddc5792ec..c6669f0ae8 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -180,10 +180,11 @@ jobs: tree ~/.spack/bootstrap/store/ macos-clingo-binaries: - runs-on: macos-latest + runs-on: ${{ matrix.macos-version }} 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'] if: github.repository == 'spack/spack' steps: - name: Install dependencies -- cgit v1.2.3-60-g2f50