1
0
Fork 0
out-of-tree/.github/workflows/macos.yml

14 lines
187 B
YAML
Raw Normal View History

2019-08-31 09:51:06 +00:00
name: macOS
2019-08-31 08:28:38 +00:00
2020-09-15 11:05:27 +00:00
on: [push, pull_request]
2019-08-31 08:28:38 +00:00
jobs:
build:
2020-01-05 07:21:39 +00:00
name: Build on macOS
2019-08-31 08:28:38 +00:00
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
2019-08-31 09:51:06 +00:00
- name: Build
2019-08-31 08:28:38 +00:00
run: go build