Remove macOS workflow
This commit is contained in:
parent
2e87dbf424
commit
902ce18661
16
.github/workflows/macos.yml
vendored
16
.github/workflows/macos.yml
vendored
@ -1,16 +0,0 @@
|
|||||||
name: macOS
|
|
||||||
|
|
||||||
on: [push]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
name: Build
|
|
||||||
runs-on: macOS-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v1
|
|
||||||
|
|
||||||
- name: Fetch dependencies
|
|
||||||
run: go get -d ./...
|
|
||||||
|
|
||||||
- name: Build
|
|
||||||
run: go build
|
|
Loading…
x
Reference in New Issue
Block a user