Add macOS build for GitHub Actions
This commit is contained in:
parent
3e7c564a5a
commit
bf90a10692
11
.github/workflows/macos.yml
vendored
Normal file
11
.github/workflows/macos.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
name: macos
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macOS-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: build
|
||||
run: go build
|
Loading…
Reference in New Issue
Block a user