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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
# strategy:
|
strategy:
|
||||||
# matrix:
|
matrix:
|
||||||
# os: [ubuntu-latest, macOS-latest, windows-latest]
|
os: [ubuntu-latest, macOS-latest]
|
||||||
# agda-version: [2.6.2, 2.7.0]
|
# agda-version: [2.6.2, 2.7.0]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Cache Primes
|
- name: Cache cabal
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ~/.cabal
|
path: ~/.cabal
|
||||||
|
|
Loading…
Reference in a new issue