Skip to content

Commit 41d5699

Browse files
authored
Update Swift version from 6.1 to 6.2 in workflow
Signed-off-by: Christopher Jr Riley <chrisjr@cjrriley.com>
1 parent fce9467 commit 41d5699

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/swift-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Test in Swift 6.1 on macOS
1+
name: Build and Test in Swift 6.2 on macOS
22

33
on:
44
push:
@@ -13,7 +13,7 @@ jobs:
1313

1414
- uses: swift-actions/setup-swift@v2
1515
with:
16-
swift-version: "6.1.0"
16+
swift-version: "6.2.0"
1717
- name: Get swift version
1818
run: swift --version
1919

0 commit comments

Comments
 (0)