-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build: add support for Ubuntu 24.04 LTS (#11421)
* Build: add support for Ubuntu 24.04 LTS Closes #11072 Requires: * readthedocs/readthedocs-docker-images#207 * readthedocs/readthedocs-ops#1494 * Update scripts/compile_version_upload_s3.sh Co-authored-by: Eric Holscher <[email protected]> * Don't update Ubuntu latest yet --------- Co-authored-by: Eric Holscher <[email protected]>
- Loading branch information
1 parent
44b2732
commit bc50f97
Showing
4 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,6 +61,7 @@ | |
"enum": [ | ||
"ubuntu-20.04", | ||
"ubuntu-22.04", | ||
"ubuntu-24.04", | ||
"ubuntu-lts-latest" | ||
] | ||
}, | ||
|
This file contains 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