1
0

Add macOS build for GitHub Actions

This commit is contained in:
dump_stack() 2019-08-31 08:28:38 +00:00 committed by GitHub
parent 3e7c564a5a
commit bf90a10692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
.github/workflows/macos.yml vendored Normal file
View 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