Skip to content

Commit 5521e43

Browse files
authored
Merge pull request #33 from Matejkob/update-swift-toolchain
Update Swift Toolchain
2 parents dd7e405 + 10cc593 commit 5521e43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Test_Examples_SwiftPM.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Swift
1818
uses: slashmo/[email protected]
1919
with:
20-
version: swift-5.9-DEVELOPMENT-SNAPSHOT-2023-07-25-a
20+
version: swift-5.9-DEVELOPMENT-SNAPSHOT-2023-08-25-a
2121
- name: cd Examples
2222
run: cd Examples/
2323
- name: Build

.github/workflows/Test_SwiftPM.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Swift
1818
uses: slashmo/[email protected]
1919
with:
20-
version: swift-5.9-DEVELOPMENT-SNAPSHOT-2023-07-25-a
20+
version: swift-5.9-DEVELOPMENT-SNAPSHOT-2023-08-25-a
2121
- name: Build
2222
run: |
2323
export TOOLCHAINS=swift

0 commit comments

Comments
 (0)