ci: fix invalid runner name
This commit is contained in:
parent
a22d51b7c7
commit
e5e93c609c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
|
||||
macos:
|
||||
needs: lint
|
||||
runs-on: macos-11.0
|
||||
runs-on: macos-11
|
||||
if: github.ref == 'refs/heads/development' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
|
||||
timeout-minutes: 30
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue