File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,30 +28,30 @@ concurrency:
2828jobs :
2929 lint :
3030 name : Lint
31- runs-on : macos-15
31+ runs-on : macos-26
3232
3333 steps :
3434 - name : Install SwiftLint
3535 run : brew install swiftlint
3636
3737 - name : Checkout
38- uses : actions/checkout@v5
38+ uses : actions/checkout@v6
3939
4040 - name : Lint Swift Code
4141 run : swiftlint lint --strict --reporter github-actions-logging
4242
4343 dependencies :
4444 name : Dependencies
45- runs-on : macos-15
45+ runs-on : macos-26
4646 env :
47- DEVELOPER_DIR : " /Applications/Xcode_26.1 .app/Contents/Developer"
47+ DEVELOPER_DIR : " /Applications/Xcode_26.4 .app/Contents/Developer"
4848
4949 steps :
5050 - name : Runner Overview
5151 run : system_profiler SPHardwareDataType SPSoftwareDataType SPDeveloperToolsDataType
5252
5353 - name : Checkout
54- uses : actions/checkout@v5
54+ uses : actions/checkout@v6
5555
5656 - name : Resolve Package Dependencies
5757 run : swift package resolve -v
You can’t perform that action at this time.
0 commit comments