Skip to content

Commit 836386d

Browse files
committed
Update README.md with release 6.0.3
1 parent 933e47d commit 836386d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ jobs:
6060
- name: "Test Swift Package on Android"
6161
uses: skiptools/swift-android-action@v2
6262
with:
63-
swift-version: 6.0.2
63+
swift-version: 6.0.3
6464
```
6565

6666
### Configuration Options
6767

6868
| Parameter | Default | Description |
6969
|-----|-----|-----|
70-
| swift-version | The version of the Swift toolchain to use | 6.0.2 |
70+
| swift-version | The version of the Swift toolchain to use | 6.0.3 |
7171
| package-path | The folder where the swift package is checked out | . |
7272
| swift-build-flags | Additional flags to pass to the swift build command | |
7373
| swift-test-flags | Additional flags to pass to the swift test command | |
@@ -165,13 +165,13 @@ The actual `swift-build` command will vary between operating systems
165165
and architectures. For example, on Ubuntu 24.04, it might be:
166166

167167
```
168-
/home/runner/swift/toolchains/swift-6.0.2-RELEASE/usr/bin/swift build --swift-sdk x86_64-unknown-linux-android24
168+
/home/runner/swift/toolchains/swift-6.0.3-RELEASE/usr/bin/swift build --swift-sdk x86_64-unknown-linux-android24
169169
```
170170

171171
while on macOS-15 it will be:
172172

173173
```
174-
/Users/runner/Library/Developer/Toolchains/swift-6.0.2-RELEASE.xctoolchain/usr/bin/swift build --swift-sdk aarch64-unknown-linux-android24
174+
/Users/runner/Library/Developer/Toolchains/swift-6.0.3-RELEASE.xctoolchain/usr/bin/swift build --swift-sdk aarch64-unknown-linux-android24
175175
```
176176

177177

@@ -213,8 +213,8 @@ jobs:
213213
- name: "Setup Swift on Windows"
214214
uses: compnerd/gha-setup-swift@main
215215
with:
216-
branch: swift-6.0.2-release
217-
tag: 6.0.2-RELEASE
216+
branch: swift-6.0.3-release
217+
tag: 6.0.3-RELEASE
218218
- name: "Test Swift Package on Windows"
219219
run: swift test
220220

0 commit comments

Comments
 (0)