-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/ci: update Linux to ubuntu-24.04
GitHub made ubuntu-24.04 generally available back in September via https://github.blog/changelog/2024-09-25-actions-new-images-and-ubuntu-latest-changes/ and is rolling it out to ubuntu-latest from December 5th as announced in actions/runner-images#10636. We are in no particular rush to update, but there's also no reason to stay behind given that our needs from the OS are rather basic. Moreover, since we pin the version, it can be easy to forget to update once ubuntu-latest does switch to 24.04 for everyone else. Signed-off-by: Daniel Martí <[email protected]> Change-Id: I3fe0823abb3bdea57078643b3e81725bd6e83b9f Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1204343 TryBot-Result: CUEcueckoo <[email protected]> Unity-Result: CUE porcuepine <[email protected]> Reviewed-by: Paul Jolly <[email protected]>
- Loading branch information
Showing
7 changed files
with
17 additions
and
17 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
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
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ protectedBranchPatterns: [defaultBranch, releaseBranchPattern] | |
botGitHubUser: "cueckoo" | ||
botGitHubUserEmail: "[email protected]" | ||
|
||
linuxMachine: "ubuntu-22.04" | ||
linuxMachine: "ubuntu-24.04" | ||
macosMachine: "macos-14" | ||
windowsMachine: "windows-2022" | ||
|
||
|