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:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
agda-version: [2.6.2, 2.7.0]
|
||||
runs-on: ubuntu-latest
|
||||
# runs-on: ${{ matrix.os }}
|
||||
# strategy:
|
||||
# matrix:
|
||||
# os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
# agda-version: [2.6.2, 2.7.0]
|
||||
|
||||
steps:
|
||||
- uses: haskell-actions/setup@v2
|
||||
|
|
Loading…
Reference in a new issue