From a39419918415a39accae29bc0e4b679395ec12e7 Mon Sep 17 00:00:00 2001 From: evandrocoan Date: Wed, 25 Mar 2020 01:57:03 -0300 Subject: [PATCH] Fixed lower case of runs-on: macos-latest Accordingly to the documentation the name is lower case: https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index fa51eea50..fb6329601 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -81,7 +81,7 @@ jobs: mac_os_tests: - runs-on: macOS-latest + runs-on: macos-latest steps: - uses: actions/checkout@v2 - name: Configure environment variables