diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2020-05-14 19:08:49 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2020-05-14 19:12:18 +0200 |
| commit | 4903624ee60f97dc899abf360f4cb345ee9b2bf4 (patch) | |
| tree | 8344a231123600adee7bbd8456d664c6ed777d4f | |
| parent | c5f7cee0edff41b235c81f94c4e846a87e62002e (diff) | |
update macos label
Seems like this was renamed to macos-$version and macos-latest.
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a43dc07..a4b9f13 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: push: jobs: tests: - runs-on: macos + runs-on: macos-10.15 timeout-minutes: 10 steps: - uses: actions/checkout@v2 @@ -13,7 +13,7 @@ jobs: - run: nix-build ./release.nix -I darwin=. -A manpages - run: nix-build ./release.nix -I darwin=. -A examples.simple install: - runs-on: macos + runs-on: macos-10.15 timeout-minutes: 10 steps: - uses: actions/checkout@v2 |
