Fix ubuntu to 20.04 in github actions
This commit is contained in:
3
.github/workflows/tauri.yml
vendored
3
.github/workflows/tauri.yml
vendored
@@ -61,7 +61,8 @@ jobs:
|
||||
|
||||
# Linux-x86_64
|
||||
linux-x86_64:
|
||||
runs-on: ubuntu-latest
|
||||
# ubuntu-latest 22.04 is too recent for Rust apps.
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3.0.2
|
||||
|
||||
Reference in New Issue
Block a user