diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2022-06-16 13:26:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-16 07:26:20 -0400 |
commit | 4fd5ee1d9dc9c94af00447551d5eb509e6d84e14 (patch) | |
tree | 470a741a8508525cf1b2b70c82bfbb6c54a5a211 /.github | |
parent | 89f32d51f35da7158d01cab5fb6ef9b98b03009b (diff) | |
download | spack-4fd5ee1d9dc9c94af00447551d5eb509e6d84e14.tar.gz spack-4fd5ee1d9dc9c94af00447551d5eb509e6d84e14.tar.bz2 spack-4fd5ee1d9dc9c94af00447551d5eb509e6d84e14.tar.xz spack-4fd5ee1d9dc9c94af00447551d5eb509e6d84e14.zip |
CI: test binary bootstrapping of clingo on all macOS versions (#31160)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/bootstrap.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |