only ubuntu for now
This commit is contained in:
parent
6e32d34b70
commit
d501dbca79
1 changed files with 6 additions and 5 deletions
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
|
@ -4,11 +4,12 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
# runs-on: ${{ matrix.os }}
|
||||||
matrix:
|
# strategy:
|
||||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
# matrix:
|
||||||
agda-version: [2.6.2, 2.7.0]
|
# os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||||
|
# agda-version: [2.6.2, 2.7.0]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: haskell-actions/setup@v2
|
- uses: haskell-actions/setup@v2
|
||||||
|
|
Loading…
Reference in a new issue