From 0213dcd8b81d8382ff44c9ba4eeeff2a87f5866b Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Fri, 15 Sep 2023 13:01:56 -0400 Subject: [PATCH] Update tauri.yml --- .github/workflows/tauri.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tauri.yml b/.github/workflows/tauri.yml index 97c319c..03fd7f9 100644 --- a/.github/workflows/tauri.yml +++ b/.github/workflows/tauri.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [macos-latest, ubuntu-20.04, windows-latest] + platform: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.platform }} if: github.ref == 'refs/heads/dev/tauri' @@ -24,8 +24,8 @@ jobs: version: latest - name: Install Rust stable uses: dtolnay/rust-toolchain@stable - - name: install dependencies (ubuntu only) - if: matrix.platform == 'ubuntu-20.04' + - name: Install Dependencies (Ubuntu only) + if: matrix.platform == 'ubuntu-latest' run: | sudo apt-get update sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf