diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b0f80b..e7081ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: - run: gh release upload ${{github.ref_name}} build/bin/RWKV-Runner_windows_x64.exe linux: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 needs: create-draft steps: - uses: actions/checkout@v3