From 16b0122a79a48e75e7a4415a41d0c1c3724d2bc2 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 16 Jan 2025 16:53:23 +0100 Subject: [PATCH] Update GNU reference to 9.6 --- .github/workflows/GnuTests.yml | 2 +- util/build-gnu.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index 0b9d8ce7f..35eaf8cb3 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -49,7 +49,7 @@ jobs: outputs path_GNU path_GNU_tests path_reference path_UUTILS # repo_default_branch="$DEFAULT_BRANCH" - repo_GNU_ref="v9.5" + repo_GNU_ref="v9.6" repo_reference_branch="$DEFAULT_BRANCH" outputs repo_default_branch repo_GNU_ref repo_reference_branch # diff --git a/util/build-gnu.sh b/util/build-gnu.sh index 782e21a1a..cb27a1026 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -60,7 +60,7 @@ fi ### -release_tag_GNU="v9.5" +release_tag_GNU="v9.6" if test ! -d "${path_GNU}"; then echo "Could not find GNU coreutils (expected at '${path_GNU}')"