Skip to content

Commit 9bec564

Browse files
authored
Merge pull request #176 from pykong/patch-2
Lowercase macos-latest
2 parents a19657f + 98cb228 commit 9bec564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
3434
3535
macos:
36-
runs-on: macOS-latest
36+
runs-on: macos-latest
3737
steps:
3838
- uses: actions/checkout@v1
3939
- run: |

0 commit comments

Comments
 (0)