File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ x_defaults:
44 # it doesn't know about; so that is used to avoid repeating common subparts.
55 mac_common : &mac_common
66 platform : macos_arm64
7- xcode_version : " 15.2 "
7+ xcode_version : " 15.4 "
88 build_targets :
99 - " //examples/..."
1010 test_targets :
@@ -14,7 +14,7 @@ x_defaults:
1414 platform : ubuntu2004
1515 environment :
1616 CC : clang
17- SWIFT_VERSION : " 5.9.2 "
17+ SWIFT_VERSION : " 5.10.1 "
1818 SWIFT_HOME : " $HOME/swift-$SWIFT_VERSION"
1919 PATH : " $SWIFT_HOME/usr/bin:$PATH"
2020 linux_common : &linux_common
Original file line number Diff line number Diff line change 1919 platform : ${{ platform }}
2020 environment :
2121 CC : " clang"
22- SWIFT_VERSION : " 5.9.2 "
22+ SWIFT_VERSION : " 5.10.1 "
2323 SWIFT_HOME : " $HOME/swift-$SWIFT_VERSION"
2424 PATH : " $PATH:$SWIFT_HOME/usr/bin"
2525 shell_commands : *shell_commands
You can’t perform that action at this time.
0 commit comments