Skip to content

Commit 9677867

Browse files
authored
Merge pull request #57 from FunctionCalling/renovate/lzell-aiproxyswift-0.x
Update dependency lzell/AIProxySwift to from: "0.131.1"
2 parents 8efb702 + 936059d commit 9677867

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/swift.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ on:
1010
branches: "*"
1111
jobs:
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

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

44
import 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.

0 commit comments

Comments
 (0)