improve compatibility for linux

This commit is contained in:
josc146 2023-07-01 19:32:58 +08:00
parent 620e0228ed
commit 00c13cfc3f

View File

@ -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