try mac
This commit is contained in:
parent
fc1b6e70e3
commit
8b83554b1c
1 changed files with 6 additions and 6 deletions
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
|
@ -5,14 +5,14 @@ on: [push]
|
|||
jobs:
|
||||
build:
|
||||
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]
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macOS-latest]
|
||||
# agda-version: [2.6.2, 2.7.0]
|
||||
|
||||
steps:
|
||||
- name: Cache Primes
|
||||
- name: Cache cabal
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.cabal
|
||||
|
|
Loading…
Reference in a new issue