Switch workflow to Ubuntu.
This commit is contained in:
parent
20a928f74e
commit
ac07fbf973
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -4,7 +4,7 @@ name: Build
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macOS-latest
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Get Agda version
|
||||
id: get-agda-version
|
||||
run: |
|
||||
echo "::set-output name=agda-version::$(cat plfa.cabal | sed -n -e 's/^.*Agda\s*==\(\S*\)\s*/\1/p')"
|
||||
echo "::set-output name=agda-version::$(cat plfa.cabal | sed -n -e 's/^.*Agda\s*==\s*\(\S*\)\s*/\1/p')"
|
||||
shell: bash
|
||||
|
||||
- uses: actions/cache@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue