From ab97f7c5b4090e467fc74f6bdd2a32bfcc244e26 Mon Sep 17 00:00:00 2001 From: Jonxslays <51417989+Jonxslays@users.noreply.github.com> Date: Sun, 25 Feb 2024 13:19:44 -0700 Subject: [PATCH] Update needs for release step --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c52397..0ad3843 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -301,7 +301,8 @@ jobs: if: ${{ github.event_name == 'release' && github.event.action == 'published' }} needs: [ version-check, - macos, + macos-x86, + macos-universal2, windows, linux, linux-cross,