diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
deleted file mode 100644
index 3aacb98..0000000
--- a/.github/workflows/macos.yml
+++ /dev/null
@@ -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