Skip to content

Commit c12dfab

Browse files
committed
[autosync]
1 parent a32213d commit c12dfab

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/Tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
if: ${{ needs.changes.outputs.code_changed == 'true' }}
3838
steps:
3939
- name: 💖 Install Swift 💖
40-
uses: rarestype/swift-install-action@master
40+
uses: rarestype/swift-install-action@v1
4141
with:
42-
swift-prefix: "swift-6.2.4-release/ubuntu2404/swift-6.2.4-RELEASE"
43-
swift-id: "swift-6.2.4-RELEASE-ubuntu24.04"
42+
swift-prefix: "swift-6.3-release/ubuntu2404/swift-6.3-RELEASE"
43+
swift-id: "swift-6.3-RELEASE-ubuntu24.04"
4444

4545
- name: 💖 Checkout repository 💖
4646
uses: actions/checkout@v6
@@ -60,8 +60,8 @@ jobs:
6060
- name: 💖 Checkout repository 💖
6161
uses: actions/checkout@v6
6262

63-
- name: 💖 Select Xcode 26.3 💖
64-
run: sudo xcode-select -s /Applications/Xcode_26.3.app/Contents/Developer
63+
- name: 💖 Select Xcode 26.4 💖
64+
run: sudo xcode-select -s /Applications/Xcode_26.4.app/Contents/Developer
6565

6666
- name: 💖 Run tests 💖
6767
run: Scripts/TestAll

0 commit comments

Comments
 (0)