diff --git a/.github/workflows/desktop-linux-test-pull.yml b/.github/workflows/desktop-linux-test-pull.yml index f831cf3..aad1d74 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 be9021e..d35b9ab 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 6195d58..bcf1cd1 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 feb124c..7e2df18 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 }} @@ -330,7 +330,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 d6c5a3b..4328f6d 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 }} @@ -331,7 +331,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 55cce5e..e9bd8eb 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 }} @@ -327,7 +327,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