aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-09-16 15:31:39 -0700
committerJunio C Hamano <gitster@pobox.com>2024-09-16 15:31:39 -0700
commit3fb745257b30a643ee78c9a7c52ab107c82e4745 (patch)
tree347a0fde971bd1d6e96181e3915bb99a294e79c7 /Documentation/RelNotes
parent60a3dbb4525bbf08e6b34e8460a10fdb3bc4fc9e (diff)
downloadgit-3fb745257b30a643ee78c9a7c52ab107c82e4745.tar.gz
ci updates
This batch is solely to unbreak the 32-bit CI jobs that can no longer work with Ubuntu xenial image that is too ancient. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.47.0.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.47.0.txt b/Documentation/RelNotes/2.47.0.txt
index 86d2596bcc..7f2efe98aa 100644
--- a/Documentation/RelNotes/2.47.0.txt
+++ b/Documentation/RelNotes/2.47.0.txt
@@ -136,6 +136,10 @@ Performance, Internal Implementation, Development Support etc.
* "git cat-file" works well with the sparse-index, and gets marked as
such.
+ * CI started failing completely for linux32 jobs, as the step to
+ upload failed test directory uses GitHub actions that is deprecated
+ and is now disabled.
+
Fixes since v2.46
-----------------