Remove macOS workflow

This commit is contained in:
dump_stack() 2025-04-21 17:48:17 +00:00
parent 2e87dbf424
commit 902ce18661
Signed by: dump_stack
GPG Key ID: C9905BA72B5E02BB

View File

@ -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