We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 828e17d + 75aaa88 commit b194925Copy full SHA for b194925
docs/best-practices/continuous-integration/github.md
@@ -22,7 +22,7 @@ on:
22
- 'master'
23
jobs:
24
build:
25
- runs-on: macOS-latest
+ runs-on: macos-latest
26
steps:
27
- uses: actions/checkout@v2
28
- run: fastlane beta
0 commit comments