Switch workflow to Ubuntu.

This commit is contained in:
Wen Kokke 2021-09-01 19:48:54 +01:00
parent 20a928f74e
commit ac07fbf973
No known key found for this signature in database
GPG key ID: 7EB7DBBCEB539DB8

View file

@ -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