File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1010 branches : " *"
1111jobs :
1212 build :
13- runs-on : macos-15
13+ runs-on : macos-latest
1414 steps :
1515 - uses : actions/checkout@v5
16+ - name : Install Xcode 26.0
17+ run : sudo xcode-select -s /Applications/Xcode_26.0.app
1618 - name : Install swiftlint
1719 run : |
1820 brew update
Original file line number Diff line number Diff line change 1- // swift-tools-version: 5.10
1+ // swift-tools-version: 6.2
22// The swift-tools-version declares the minimum version of Swift required to build this package.
33
44import PackageDescription
@@ -20,7 +20,7 @@ let package = Package(
2020 ] ,
2121 dependencies: [
2222 . package ( url: " https://github.com/fumito-ito/FunctionCalling " , from: " 0.5.0 " ) ,
23- . package ( url: " https://github.com/lzell/AIProxySwift.git " , from: " 0.127.0 " )
23+ . package ( url: " https://github.com/lzell/AIProxySwift.git " , from: " 0.131.1 " )
2424 ] ,
2525 targets: [
2626 // Targets are the basic building blocks of a package, defining a module or a test suite.
You can’t perform that action at this time.
0 commit comments