Skip to content

Commit

Permalink
Merge branch 'branch_v1_10' of github.com:rcaelers/workrave into bran…
Browse files Browse the repository at this point in the history
…ch_v1_10
  • Loading branch information
rcaelers committed Sep 22, 2023
2 parents 3eea875 + c6e428e commit 3adbd8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,6 @@ jobs:
gtk_version: 3
enable: gnome3,gsettings,xml,pulse,indicator,xfce,mate,dbus,distribution,experimental,gconf,gstreamer,exercises

- image: ubuntu-kinetic
compiler: gcc
gtk_version: 3
enable: gnome3,gsettings,xml,pulse,indicator,xfce,mate,dbus,distribution,experimental,gconf,gstreamer,exercises

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

build_all() {
for series in mantic lunar kinetic jammy focal; do
for series in mantic lunar jammy focal; do
build_single $series
done
#build_single hirsute
Expand Down

0 comments on commit 3adbd8d

Please sign in to comment.