From b923b937af02657884d3b045675d637c38207809 Mon Sep 17 00:00:00 2001 From: Trent Apple Date: Tue, 14 May 2024 15:37:10 -0500 Subject: [PATCH] Revert "MacOS Build preview (#7)" (#10) This reverts commit fb116ac50d819eccdfc3b2d9ed3cb13f1596a1de. --- .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 a464304..8aaafd2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ env: jobs: push: - runs-on: [ubuntu-latest, macos-13] + runs-on: ubuntu-latest # if: github.event_name == 'push' steps: