Skip to content

Commit

Permalink
all: move 22.04 to maintenance mode, refresh targets (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGriffiths authored May 9, 2024
2 parents 26c5a8c + 489439b commit cfb6765
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ppa-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
fail-fast: true
matrix:
release:
- "22.04"
- "23.10"
- "24.04"
- "devel"

runs-on: ubuntu-latest
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/spread.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ jobs:
fail-fast: false
matrix:
spread-task:
- lxd:ubuntu-22.04:...:gcc
- lxd:ubuntu-23.10:...:gcc
- lxd:ubuntu-23.10:...:clang
- lxd:fedora-37:...:gcc
- lxd:fedora-38:...:gcc
- lxd:ubuntu-24.04:...:gcc
- lxd:ubuntu-24.04:...:clang
- lxd:fedora-39:...:gcc
- lxd:fedora-40:...:gcc
- lxd:fedora-rawhide:...:gcc
- lxd:alpine-3.18:...:gcc
- lxd:ubuntu-devel:...:gcc
Expand Down
6 changes: 3 additions & 3 deletions spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ backends:
systems:
- ubuntu-22.04
- ubuntu-23.10
- ubuntu-24.04
- ubuntu-devel:
image: ubuntu-daily:devel/amd64
- fedora-37
- fedora-38
- fedora-39
- fedora-40
- fedora-rawhide:
image: images:fedora/39
image: images:fedora/40
- alpine-3.18
- alpine-edge

Expand Down

0 comments on commit cfb6765

Please sign in to comment.