CI: test binary bootstrapping of clingo on all macOS versions (#31160)

This commit is contained in:
Massimiliano Culpo 2022-06-16 13:26:20 +02:00 committed by GitHub
parent 89f32d51f3
commit 4fd5ee1d9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -180,10 +180,11 @@ jobs:
tree ~/.spack/bootstrap/store/ tree ~/.spack/bootstrap/store/
macos-clingo-binaries: macos-clingo-binaries:
runs-on: macos-latest runs-on: ${{ matrix.macos-version }}
strategy: strategy:
matrix: matrix:
python-version: ['3.5', '3.6', '3.7', '3.8', '3.9', '3.10'] 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' if: github.repository == 'spack/spack'
steps: steps:
- name: Install dependencies - name: Install dependencies