From 4903624ee60f97dc899abf360f4cb345ee9b2bf4 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Thu, 14 May 2020 19:08:49 +0200 Subject: [PATCH] update macos label Seems like this was renamed to macos-$version and macos-latest. --- .github/workflows/test.yml | 4 ++-- 1 file 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