File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments