File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
xcode_16 :
10
10
runs-on : macos-15
11
+ env :
12
+ DEVELOPER_DIR : /Applications/Xcode_16.2.app/Contents/Developer
11
13
steps :
12
14
- name : Checkout
13
15
uses : actions/checkout@v4
14
- - name : 🔍 Xcode Select
15
- run : |
16
- XCODE_PATH=`mdfind "kMDItemCFBundleIdentifier == 'com.apple.dt.Xcode' && kMDItemVersion = '16.*'" -onlyin /Applications | head -1`
17
- echo "DEVELOPER_DIR=$XCODE_PATH/Contents/Developer" >> $GITHUB_ENV
18
16
- name : Version
19
17
run : swift --version
20
18
- name : Build
@@ -110,7 +108,7 @@ jobs:
110
108
111
109
linux_swift_6_0_musl :
112
110
runs-on : ubuntu-latest
113
- container : swift:6.0.2
111
+ container : swift:6.0.3
114
112
steps :
115
113
- name : Checkout
116
114
uses : actions/checkout@v4
@@ -119,21 +117,21 @@ jobs:
119
117
- name : SDK List Pre
120
118
run : swift sdk list
121
119
- name : Install SDK
122
- run : swift sdk install https://download.swift.org/swift-6.0.2 -release/static-sdk/swift-6.0.2 -RELEASE/swift-6.0.2 -RELEASE_static-linux-0.0.1.artifactbundle.tar.gz --checksum aa5515476a403797223fc2aad4ca0c3bf83995d5427fb297cab1d93c68cee075
120
+ run : swift sdk install https://download.swift.org/swift-6.0.3 -release/static-sdk/swift-6.0.3 -RELEASE/swift-6.0.3 -RELEASE_static-linux-0.0.1.artifactbundle.tar.gz --checksum 67f765e0030e661a7450f7e4877cfe008db4f57f177d5a08a6e26fd661cdd0bd
123
121
- name : SDK List Post
124
122
run : swift sdk list
125
123
- name : Build
126
124
run : swift build --swift-sdk x86_64-swift-linux-musl
127
125
128
126
linux_swift_6_0_android :
129
127
runs-on : ubuntu-latest
130
- container : swift:6.0.2
128
+ container : swift:6.0.3
131
129
steps :
132
130
- name : Checkout
133
131
uses : actions/checkout@v4
134
132
- name : Version
135
133
run : swift --version
136
134
- name : Install SDK
137
- run : swift sdk install https://github.com/finagolfin/swift-android-sdk/releases/download/6.0.2 /swift-6.0.2 -RELEASE-android-24-0.1.artifactbundle.tar.gz --checksum d75615eac3e614131133c7cc2076b0b8fb4327d89dce802c25cd53e75e1881f4
135
+ run : swift sdk install https://github.com/finagolfin/swift-android-sdk/releases/download/6.0.3 /swift-6.0.3 -RELEASE-android-24-0.1.artifactbundle.tar.gz --checksum 4566f23ae2d36dc5c02e915cd67d83b2af971faca4b2595fdd75cf0286acfac1
138
136
- name : Build
139
137
run : swift build --swift-sdk aarch64-unknown-linux-android24
You can’t perform that action at this time.
0 commit comments