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]
|
on: [push]
|
||||||
|
|
||||||
@ -7,5 +7,6 @@ jobs:
|
|||||||
runs-on: macOS-latest
|
runs-on: macOS-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: build
|
|
||||||
|
- name: Build
|
||||||
run: go build
|
run: go build
|
||||||
|
Loading…
Reference in New Issue
Block a user