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:
4
4
# it doesn't know about; so that is used to avoid repeating common subparts.
5
5
mac_common : &mac_common
6
6
platform : macos_arm64
7
- xcode_version : " 15.2 "
7
+ xcode_version : " 15.4 "
8
8
build_targets :
9
9
- " //examples/..."
10
10
test_targets :
@@ -14,7 +14,7 @@ x_defaults:
14
14
platform : ubuntu2004
15
15
environment :
16
16
CC : clang
17
- SWIFT_VERSION : " 5.9.2 "
17
+ SWIFT_VERSION : " 5.10.1 "
18
18
SWIFT_HOME : " $HOME/swift-$SWIFT_VERSION"
19
19
PATH : " $SWIFT_HOME/usr/bin:$PATH"
20
20
linux_common : &linux_common
Original file line number Diff line number Diff line change 19
19
platform : ${{ platform }}
20
20
environment :
21
21
CC : " clang"
22
- SWIFT_VERSION : " 5.9.2 "
22
+ SWIFT_VERSION : " 5.10.1 "
23
23
SWIFT_HOME : " $HOME/swift-$SWIFT_VERSION"
24
24
PATH : " $PATH:$SWIFT_HOME/usr/bin"
25
25
shell_commands : *shell_commands
You can’t perform that action at this time.
0 commit comments