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