diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd151da..06ddad5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: - os: [self-hosted, macos, arm64] artifact-name: macos-arm64 - - os: macos-latest + - os: macos-13 artifact-name: macos - os: windows-2019 @@ -75,10 +75,6 @@ jobs: with: key: ${{ join( matrix.os, '-' ) }} - - name: Version suffix (for release only) - id: version - run: echo "suffix=${{ github.ref_type == 'tag' && '-' || ''}}${{ github.ref_type == 'tag' && github.ref || ''}}" >> $GITHUB_OUTPUT - - name: Install SQLite3 (Linux Arm64) if: matrix.artifact-name == 'linux-arm64' run: sudo apt-get install libsqlite3-dev @@ -99,7 +95,7 @@ jobs: - name: Archive artifacts uses: actions/upload-artifact@v3 with: - name: quicksync-${{ matrix.artifact-name }}${{ steps.version.outputs.suffix }} + name: quicksync-${{ matrix.artifact-name }} path: | target/release/quicksync${{ matrix.os == 'windows-2019' && '.exe' || '' }} if-no-files-found: error