diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4e14bf0..901a847 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,7 +17,6 @@ jobs: - run: npm ci - run: npm run release build-windows: - needs: build-linux runs-on: windows-latest steps: - uses: actions/checkout@v3 @@ -27,24 +26,7 @@ jobs: cache: 'npm' - run: npm ci - run: npm run release - build-macos-x64: - needs: build-windows - runs-on: macos-10.15 - env: - CSC_LINK: ${{ secrets.MACOS_CSC_LINK }} - CSC_KEY_PASSWORD: ${{ secrets.MACOS_CSC_KEY_PASSWORD }} - APPLE_ID: ${{ secrets.APPLE_ID }} - APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }} - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: 18 - cache: 'npm' - - run: npm ci - - run: npm run release - build-macos-arm: - needs: build-macos-x64 + build-macos: runs-on: macos-13 env: CSC_LINK: ${{ secrets.MACOS_CSC_LINK }}