Skip to content

Commit

Permalink
ci: Bump Ubuntu version in CI from 18 to 22 (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
hofbi authored Jan 13, 2025
1 parent 99da771 commit d3588e8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .bazelci/examples_naming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ tasks:
centos7:
platform: centos7_java11_devtoolset10
<<: *common
ubuntu1804:
platform: ubuntu1804
ubuntu2204:
platform: ubuntu2204
<<: *common
macos:
platform: macos
Expand All @@ -18,7 +18,7 @@ tasks:
<<: *common
bzlmod:
name: bzlmod
platform: ubuntu1804
platform: ubuntu2204
build_flags:
- "--enable_bzlmod"
<<: *common
4 changes: 2 additions & 2 deletions .bazelci/examples_rich_structure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ tasks:
centos7:
platform: centos7_java11_devtoolset10
<<: *common
ubuntu1804:
platform: ubuntu1804
ubuntu2204:
platform: ubuntu2204
<<: *common
macos:
<<: *common
Expand Down
4 changes: 2 additions & 2 deletions .bazelci/examples_stamping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ tasks:
centos7:
platform: centos7_java11_devtoolset10
<<: *common
ubuntu1804:
platform: ubuntu1804
ubuntu2204:
platform: ubuntu2204
<<: *common
macos:
<<: *common
Expand Down
6 changes: 3 additions & 3 deletions .bazelci/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ win_tests: &win_tests

#
# Commmon features and tests by platform
#
ubuntu1804: &ubuntu
platform: ubuntu1804
#
ubuntu2204: &ubuntu
platform: ubuntu2204
<<: *common
<<: *default_tests

Expand Down
2 changes: 1 addition & 1 deletion .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ platforms:
build_targets: *build_targets
macos:
build_targets: *build_targets
ubuntu2004:
ubuntu2204:
build_targets: *build_targets
windows:
build_targets: *build_targets

0 comments on commit d3588e8

Please sign in to comment.