Skip to content

Commit

Permalink
fix CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmcl committed Nov 16, 2023
1 parent 5d887cf commit c6533ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
languages: "swift"

- uses: mxcl/xcodebuild@v1.11.0
- uses: mxcl/xcodebuild@v2.0
with:
platform: ${{ matrix.platform }}
xcode: ${{ matrix.xcode }}
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
name: "KukaiCryptoSwift",
platforms: [
.iOS("15.0"),
.macOS("10.15"),
.macOS("11.0"),
],
products: [
.library(
Expand Down

0 comments on commit c6533ce

Please sign in to comment.