From af206d04c38fcf76cfd9115ddb20536a5e5de4e6 Mon Sep 17 00:00:00 2001 From: WarmUpTill <19472752+WarmUpTill@users.noreply.github.com> Date: Tue, 31 Dec 2024 13:02:08 +0100 Subject: [PATCH] CI: Adapt to Ubuntu 24 runner --- .github/ISSUE_TEMPLATE/bug_report.yaml | 1 + .github/scripts/.Aptfile | 2 +- .github/scripts/.build-deps.zsh | 7 +------ .github/test | 0 .github/workflows/build-debian.yml | 2 +- .github/workflows/build-project.yaml | 8 ++++---- .github/workflows/check-format.yaml | 4 ++-- .github/workflows/push.yaml | 4 ++-- .../linux/ubuntu22/libproc2-0_4.0.2-3_amd64.deb | Bin 62804 -> 0 bytes .../ubuntu22/libproc2-dev_4.0.2-3_amd64.deb | Bin 78468 -> 0 bytes 10 files changed, 12 insertions(+), 16 deletions(-) delete mode 100644 .github/test delete mode 100644 build-aux/CI/linux/ubuntu22/libproc2-0_4.0.2-3_amd64.deb delete mode 100644 build-aux/CI/linux/ubuntu22/libproc2-dev_4.0.2-3_amd64.deb diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 09c9feafe..63c9edbad 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -20,6 +20,7 @@ body: - macOS 13 - macOS 12 - macOS 11 + - Ubuntu 24.04 - Ubuntu 23.10 - Ubuntu 22.04 - Other diff --git a/.github/scripts/.Aptfile b/.github/scripts/.Aptfile index 98c921ca8..1306517e1 100644 --- a/.github/scripts/.Aptfile +++ b/.github/scripts/.Aptfile @@ -9,5 +9,5 @@ package 'libxtst-dev' package 'libxss-dev' package 'libopencv-dev' package 'libtesseract-dev' -package 'libprocps-dev' +package 'libproc2-dev' package 'libusb-1.0-0-dev' \ No newline at end of file diff --git a/.github/scripts/.build-deps.zsh b/.github/scripts/.build-deps.zsh index a988e6e79..f8cda8c3a 100755 --- a/.github/scripts/.build-deps.zsh +++ b/.github/scripts/.build-deps.zsh @@ -480,12 +480,7 @@ Usage: %B${functrace[1]%:*}%b