mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
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:
parent
53b89adeeb
commit
b77462eb8a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue