From 2ce604c9525a820a70d9837f1b94e9b47984e5e1 Mon Sep 17 00:00:00 2001 From: radj307 Date: Fri, 12 Jan 2024 17:28:41 -0500 Subject: [PATCH] don't build for macos --- .github/workflows/make-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make-release.yaml b/.github/workflows/make-release.yaml index 1d119ed..9f9090b 100644 --- a/.github/workflows/make-release.yaml +++ b/.github/workflows/make-release.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-latest, macos-latest, windows-latest ] + os: [ ubuntu-latest, windows-latest ] fail-fast: true steps: