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
This commit is contained in:
evandrocoan 2020-03-25 01:57:03 -03:00
parent 53b89adeeb
commit b77462eb8a

View file

@ -81,7 +81,7 @@ jobs:
mac_os_tests: mac_os_tests:
runs-on: macOS-latest runs-on: macos-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Configure environment variables - name: Configure environment variables