diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05ec5bd4..216d8cad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: # -x86_64 to each release. include: - host: linux - os: ubuntu-latest + os: ubuntu-18.04 target: x86_64-unknown-linux-gnu label: linux @@ -150,4 +150,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: ${{ env.BIN }}-${{ env.PROJECT_VERSION }}-${{ matrix.label }}.zip - path: release.zip \ No newline at end of file + path: release.zip