ci: bump debian-11 job to debian-12 - #982
Merged
Johannes Schindelin (dscho) merged 1 commit intoSep 8, 2026
Merged
Conversation
Debian 11 just recently went out of its LTS period, and is unmaintained by the project (there is "Extended LTS", but it is a paid service provided by a third party). The point of the debian-11 job was to cover older releases in the LTS state, per ac112fd (Add additional CI jobs to avoid accidental breakage, 2024-10-31). Bumping to debian-12 will cover us there for the next 2 years. Signed-off-by: Jeff King <peff@peff.net>
This comment was marked as outdated.
This comment was marked as outdated.
Johannes Schindelin (dscho)
enabled auto-merge
September 8, 2026 17:33
Michael Pysson (mpysson)
approved these changes
Sep 8, 2026
Johannes Schindelin (dscho)
merged commit Sep 8, 2026
813ebe4
into
microsoft:vfs-2.55.0
149 of 150 checks passed
Johannes Schindelin (dscho)
added a commit
to git-for-windows/git
that referenced
this pull request
Sep 8, 2026
Debian 11 just recently went out of its LTS period, and is unmaintained by the project (there is "Extended LTS", but it is a paid service provided by a third party). The point of the debian-11 job was to cover older releases in the LTS state, per ac112fd (Add additional CI jobs to avoid accidental breakage, 2024-10-31). Bumping to debian-12 will cover us there for the next 2 years. This fixes [this kind of error](https://github.com/microsoft/git/actions/runs/34140012025/job/102061159993#step:4:28): > Get:1 http://deb.debian.org/debian bullseye InRelease [75.1 kB] > Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB] > Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.0 kB] > Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8066 kB] > Get:5 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB] > Reading package lists... > E: Release file for http://deb.debian.org/debian-security/dists/bullseye-security/InRelease is expired (invalid since 15h 16min 10s). Updates for this repository will not be applied. > Error: Process completed with exit code 100. This is a sibling of microsoft#982.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Debian 11 just recently went out of its LTS period, and is unmaintained by the project (there is "Extended LTS", but it is a paid service provided by a third party).
The point of the debian-11 job was to cover older releases in the LTS state, per ac112fd (Add additional CI jobs to avoid accidental breakage, 2024-10-31). Bumping to debian-12 will cover us there for the next 2 years.
This fixes this kind of error: