Skip to content

Commit

Permalink
#1149 docs(ci): update macos runner name
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerluan authored Apr 13, 2022
2 parents 828e17d + 75aaa88 commit b194925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/best-practices/continuous-integration/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
- 'master'
jobs:
build:
runs-on: macOS-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: fastlane beta
Expand Down

0 comments on commit b194925

Please sign in to comment.