mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-05-01 17:44:24 +00:00
Remove macOS workflow
This commit is contained in:
parent
2e87dbf424
commit
902ce18661
1 changed files with 0 additions and 16 deletions
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…
Add table
Add a link
Reference in a new issue