Skip to content

Commit 1371405

Browse files
committed
Maybe 6.0.3 fixes the issue
1 parent 5c32fcf commit 1371405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/xcodeproj.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: jdx/mise-action@v2
3333
- uses: swift-actions/setup-swift@v2
3434
with:
35-
swift-version: "6.0.1"
35+
swift-version: "6.0.3"
3636
- name: Build
3737
run: swift build --configuration release
3838
test:
@@ -52,7 +52,7 @@ jobs:
5252
- uses: jdx/mise-action@v2
5353
- uses: swift-actions/setup-swift@v2
5454
with:
55-
swift-version: "6.0.1"
55+
swift-version: "6.0.3"
5656
- run: |
5757
git config --global user.email '[email protected]'
5858
git config --global user.name 'xcodeproj'

0 commit comments

Comments
 (0)