Skip to content

Commit

Permalink
Remove Kinetic
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaelers committed Sep 22, 2023
1 parent b96fca9 commit 52c4272
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,20 +246,6 @@ jobs:
appimage: true
upload: true

- image: ubuntu-kinetic
os: ubuntu-22.04
compiler: gcc
ui: Gtk+3
enable: INDICATOR,GNOME_CLASSIC_PANEL,GSTREAMER,PULSE,TESTS,COVERAGE,TRACING
disable:

- image: ubuntu-kinetic
os: ubuntu-22.04
compiler: gcc
ui: Gtk+3
enable: INDICATOR,GNOME_CLASSIC_PANEL,GSTREAMER,PULSE,TESTS
disable: COVERAGE,TRACING

- image: ubuntu-lunar
os: ubuntu-22.04
compiler: gcc
Expand Down
2 changes: 1 addition & 1 deletion tools/local/ppa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ build_single() {
}

build_all() {
for series in kinetic jammy focal; do
for series in jammy focal; do
build_single $series
done
}
Expand Down
2 changes: 1 addition & 1 deletion tools/local/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ DEPLOY_DIR=$WORKSPACE_DIR/deploy
export WORKRAVE_ENV=local
init

DOCKER_IMAGE="ubuntu-kinetic"
DOCKER_IMAGE="ubuntu-jammy"
setup
run_docker_ppa

Expand Down

0 comments on commit 52c4272

Please sign in to comment.