Skip to content

Commit

Permalink
Changes to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jleaniz committed Nov 18, 2024
1 parent 1166c5d commit 3e02e9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e02e9b

Please sign in to comment.