CI: test binary bootstrapping of clingo on all macOS versions (#31160)
This commit is contained in:
parent
89f32d51f3
commit
4fd5ee1d9d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/bootstrap.yml
vendored
3
.github/workflows/bootstrap.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue