This commit is contained in:
Andrew Pareles 2025-03-23 23:12:45 -07:00
parent 090eaba3aa
commit e2648bba3e

View file

@ -147,11 +147,10 @@ jobs:
path: .build/darwin-${{ matrix.arch }}/*.zip
retention-days: 7
build-universal-macos:
name: macOS (Universal)
create-release:
name: Create Universal macOS Build
needs: [build-macos]
runs-on: macos-latest
if: ${{ contains(env.VSCODE_ARCH_MACOS, 'x64') && contains(env.VSCODE_ARCH_MACOS, 'arm64') }}
steps:
- name: Checkout
uses: actions/checkout@v4