From e3c33eeca842092253e0bafd8b7df01758132539 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 17:44:21 +0530 Subject: [PATCH] Update dependency ubuntu to v22 (#449) * Update dependency ubuntu to v24 * downgrade to v22 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com> --- .github/workflows/tauri.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tauri.yml b/.github/workflows/tauri.yml index 95d8c56..5c1a904 100644 --- a/.github/workflows/tauri.yml +++ b/.github/workflows/tauri.yml @@ -59,8 +59,7 @@ jobs: # Linux-x86_64 linux-x86_64: - # ubuntu-latest 22.04 is too recent for Rust apps. - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout repository uses: actions/checkout@v4.2.0 @@ -171,4 +170,4 @@ jobs: - name: Run release.json run: npm run release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}