File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -246,11 +246,11 @@ swift.toolchain(
246246use_repo (
247247 swift ,
248248 "swift_toolchain" ,
249- "swift_toolchain_ubuntu24 .04" ,
249+ "swift_toolchain_ubuntu22 .04" ,
250250)
251251
252252register_toolchains (
253- "@swift_toolchain//:swift_toolchain_exec_ubuntu24 .04" ,
253+ "@swift_toolchain//:swift_toolchain_exec_ubuntu22 .04" ,
254254)
255255
256256# `apple_support`'s xcode_config and CC toolchains, needed by the Xcode
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ package(default_visibility = ["//visibility:public"])
66
77swift_runtime_libs (
88 name = "swift_runtime_libs" ,
9- toolchain = "@swift_toolchain_ubuntu24 .04//:files" ,
9+ toolchain = "@swift_toolchain_ubuntu22 .04//:files" ,
1010)
1111
1212# Targets in this package require a Swift toolchain (Linux or macOS).
You can’t perform that action at this time.
0 commit comments