From eb3a5a401f4c0eaddeace5f7341699351a09eb8e Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Fri, 15 May 2020 18:13:13 +0200 Subject: [PATCH] update label for debug workflow --- .github/workflows/debug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 8e324943..847ccbf1 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -5,7 +5,7 @@ on: - debug jobs: debug: - runs-on: macos + runs-on: macos-10.15 steps: - uses: actions/checkout@v2 - uses: cachix/install-nix-action@v8