diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0968532..7b5cef9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: needs: build strategy: matrix: - os: [macos-13, ubuntu-22.04, windows-latest] + os: [macos-13, windows-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 @@ -20,6 +20,10 @@ jobs: - run: make package if: runner.os != 'Windows' + - run: make package-linux + env: + TOOLCHAINS: swift + if: runner.os != 'Windows' - name: package (windows) run: |