diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 66ab1d290..5b5bc50a6 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -9,8 +9,8 @@ jobs: strategy: matrix: os: - - ubuntu-22.04 - gift_ppa_track: ["staging", "stable"] + - ubuntu-24.04 + gift_ppa_track: ["stable", "staging"] steps: - name: checkout uses: actions/checkout@v4 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 7e0576c35..a6406b3d2 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -8,8 +8,8 @@ jobs: strategy: matrix: os: - - ubuntu-22.04 - gift_ppa_track: ["staging", "stable"] + - ubuntu-24.04 + gift_ppa_track: ["stable", "staging"] runs-on: ${{ matrix.os }} steps: - name: checkout