From 00c13cfc3f901cb271f7dfe7a35a605acbe0df99 Mon Sep 17 00:00:00 2001 From: josc146 Date: Sat, 1 Jul 2023 19:32:58 +0800 Subject: [PATCH] improve compatibility for linux --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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