From f27942804bc8b427984bc274f4bfc2c36707cc4d Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:50:04 +0900 Subject: [PATCH] GnuTests.yml: stop hacking automake --- .github/workflows/GnuTests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index dbdda0d607..788bb5ed9e 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -36,7 +36,7 @@ env: jobs: native: name: Run GNU tests (native) - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: #### Get the code - name: Checkout code (uutils) @@ -57,8 +57,6 @@ jobs: sudo apt-get update ## Check that build-gnu.sh works on the non SELinux system by installing libselinux only on lima sudo apt-get install -y gperf gdb python3-pyinotify valgrind libexpect-perl libacl1-dev libattr1-dev libcap-dev attr quilt - curl http://launchpadlibrarian.net/831710181/automake_1.18.1-3_all.deb > automake-1.18.deb - sudo dpkg -i --force-depends automake-1.18.deb - name: Add various locales shell: bash run: |