File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 gradle :
10- runs-on : ubuntu-20.04
10+ runs-on : ubuntu-latest
1111
1212 concurrency :
1313 # When running on main, use the sha to allow all runs of this workflow to run concurrently.
Original file line number Diff line number Diff line change 77
88jobs :
99 build :
10- runs-on : ubuntu-20.04
10+ runs-on : macos-14
1111
1212 concurrency :
1313 # When running on main, use the sha to allow all runs of this workflow to run concurrently.
1919 - uses : actions/checkout@v3
2020
2121 - name : Install Swift
22- uses : slashmo/install -swift@v0.3.0
22+ uses : swift-actions/setup -swift@v2
2323 with :
24- version : 5.7
24+ swift- version : " 6.1 "
2525
2626 - name : Build for Swift
2727 run : swift build
Original file line number Diff line number Diff line change 1- // swift-tools-version: 5.6
1+ // swift-tools-version: 6.1
22
33import PackageDescription
44
You can’t perform that action at this time.
0 commit comments