We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 828e17d commit 75aaa88Copy full SHA for 75aaa88
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