1
0
Fork 0

Add macOS build for GitHub Actions

timestamps
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
1 changed files with 11 additions and 0 deletions

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