GitHub Actions: convert case
This commit is contained in:
parent
950b1e5e83
commit
4b14187dad
5
.github/workflows/macos.yml
vendored
5
.github/workflows/macos.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: macos
|
||||
name: macOS
|
||||
|
||||
on: [push]
|
||||
|
||||
@ -7,5 +7,6 @@ jobs:
|
||||
runs-on: macOS-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: build
|
||||
|
||||
- name: Build
|
||||
run: go build
|
||||
|
Loading…
Reference in New Issue
Block a user