Skip to content

Commit 23696c7

Browse files
committed
Revert to 6.0.2
6.0.3 is not supported and also doesnt have a fix we need.
1 parent ae6d740 commit 23696c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/xcodeproj.yml

+2-2
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.3"
35+
swift-version: "6.0.2"
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.3"
55+
swift-version: "6.0.2"
5656
- run: |
5757
git config --global user.email '[email protected]'
5858
git config --global user.name 'xcodeproj'

0 commit comments

Comments
 (0)