Bumped version requirements for libhandy and gtk-layer-shell (#357)

* Bumped version requirements for libhandy and gtk-layer-shell

* Bumped Ubuntu Action version to 23.10
This commit is contained in:
Erik Reider
2023-12-19 20:04:32 +01:00
committed by GitHub
parent bf3baba21a
commit 605f195585
6 changed files with 8 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions
name: Check build for latest Ubuntu LTS.
name: Check build for latest Ubuntu version.
# Controls when the workflow will run
on:
@@ -14,8 +14,8 @@ on:
workflow_dispatch:
jobs:
ubuntu-LTS-build:
container: ubuntu:22.04
ubuntu-build:
container: ubuntu:23.10
runs-on: ubuntu-latest
env:
DEBIAN_FRONTEND: noninteractive