Skip to content

Commit

Permalink
Fix Package.swift & [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-vasilev committed Dec 30, 2023
1 parent dc5ed78 commit d368c17
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:

# Beta:
# name: ${{ matrix.name }}
# runs-on: macos-13
# runs-on: firebreak
# env:
# DEVELOPER_DIR: "/Applications/Xcode_15.0.app/Contents/Developer"
# timeout-minutes: 10
Expand Down
9 changes: 0 additions & 9 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@
"revision" : "f9611694f77f64e43d9467a16b2f5212cd04099b",
"version" : "0.0.1"
}
},
{
"identity" : "objects-factory",
"kind" : "remoteSourceControl",
"location" : "https://github.com/space-code/objects-factory.git",
"state" : {
"revision" : "be016801934d18d91e33845e5e5b9a12617698b0",
"version" : "1.0.0"
}
}
],
"version" : 2
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let package = Package(
dependencies: [
"Flare",
.product(name: "TestConcurrency", package: "concurrency"),
],
]
),
]
)

0 comments on commit d368c17

Please sign in to comment.