From 72fdd28552e4f1899537f4efac20854706057a07 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Sun, 31 Jul 2022 15:30:21 +0200 Subject: [PATCH] Drop MacOS support --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee2300e..b99a02e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [ ubuntu-latest, macos-latest, windows-latest ] + platform: [ ubuntu-latest, windows-latest ] runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v2