From cd1b3d784ea8e3696e69f6f34e1d96887b53cb28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 11:33:00 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/desktop-linux-test-pull.yml | 2 +- .github/workflows/prod-desktop-tests-on-pull.yml | 2 +- .github/workflows/staging-desktop-tests-on-pull.yml | 2 +- .github/workflows/tauri-build-dev.yml | 4 ++-- .github/workflows/tauri-build-prod.yml | 4 ++-- .github/workflows/tauri-build-staging.yml | 4 ++-- .github/workflows/update-phcode-build.yml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/desktop-linux-test-pull.yml b/.github/workflows/desktop-linux-test-pull.yml index 0b7c0d0..39bdb82 100644 --- a/.github/workflows/desktop-linux-test-pull.yml +++ b/.github/workflows/desktop-linux-test-pull.yml @@ -9,7 +9,7 @@ concurrency: jobs: test-desktop-linux: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 90 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/prod-desktop-tests-on-pull.yml b/.github/workflows/prod-desktop-tests-on-pull.yml index e90c0a8..7151149 100644 --- a/.github/workflows/prod-desktop-tests-on-pull.yml +++ b/.github/workflows/prod-desktop-tests-on-pull.yml @@ -7,7 +7,7 @@ on: jobs: testDesktopLinux: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 90 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/staging-desktop-tests-on-pull.yml b/.github/workflows/staging-desktop-tests-on-pull.yml index ee1f4b1..8e3b3cf 100644 --- a/.github/workflows/staging-desktop-tests-on-pull.yml +++ b/.github/workflows/staging-desktop-tests-on-pull.yml @@ -7,7 +7,7 @@ on: jobs: testDesktopLinux: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 90 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/tauri-build-dev.yml b/.github/workflows/tauri-build-dev.yml index 5233e1b..4338c14 100644 --- a/.github/workflows/tauri-build-dev.yml +++ b/.github/workflows/tauri-build-dev.yml @@ -8,7 +8,7 @@ jobs: create-release: permissions: contents: write - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: release_id: ${{ steps.create-release.outputs.result }} @@ -334,7 +334,7 @@ jobs: permissions: contents: write timeout-minutes: 15 - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: [ create-release, build-tauri, build-linux-bins ] steps: diff --git a/.github/workflows/tauri-build-prod.yml b/.github/workflows/tauri-build-prod.yml index 349f8ae..fb41bda 100644 --- a/.github/workflows/tauri-build-prod.yml +++ b/.github/workflows/tauri-build-prod.yml @@ -8,7 +8,7 @@ jobs: create-release: permissions: contents: write - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: release_id: ${{ steps.create-release.outputs.result }} @@ -379,7 +379,7 @@ jobs: publish-release: permissions: contents: write - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: [ create-release, build-tauri, build-linux-bins ] steps: diff --git a/.github/workflows/tauri-build-staging.yml b/.github/workflows/tauri-build-staging.yml index e08c58b..9c4700e 100644 --- a/.github/workflows/tauri-build-staging.yml +++ b/.github/workflows/tauri-build-staging.yml @@ -8,7 +8,7 @@ jobs: create-release: permissions: contents: write - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: release_id: ${{ steps.create-release.outputs.result }} @@ -331,7 +331,7 @@ jobs: permissions: contents: write timeout-minutes: 15 - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: [ create-release, build-tauri, build-linux-bins ] steps: diff --git a/.github/workflows/update-phcode-build.yml b/.github/workflows/update-phcode-build.yml index fe96034..127f4e4 100644 --- a/.github/workflows/update-phcode-build.yml +++ b/.github/workflows/update-phcode-build.yml @@ -10,7 +10,7 @@ on: jobs: build-tasks: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - name: Event triggered by