diff --git a/.github/workflows/desktop-linux-test-pull.yml b/.github/workflows/desktop-linux-test-pull.yml index dad96d7..10086fb 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 d36b3a7..08a1c95 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 5089812..e35ab08 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 d9a1e48..41e1ec6 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 }} @@ -344,7 +344,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 0ee9c99..c84ff4f 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 }} @@ -393,7 +393,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 ad7aff0..a82f89c 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 }} @@ -343,7 +343,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