Skip to content

Commit 53bd15f

Browse files
authored
Merge pull request #760 from joreilly/kmmbridge
Further KMMBridge updates
2 parents 49b4b6c + f595b0a commit 53bd15f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-kmmbridge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99

1010
jobs:
1111
kmm-publish:
12-
runs-on: ubuntu-22.04
12+
runs-on: macos-12
1313
steps:
1414
- uses: actions/checkout@v3
1515

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
import PackageDescription
33

44
// BEGIN KMMBRIDGE VARIABLES BLOCK (do not edit)
5-
let remoteKotlinUrl = "https://repo.repsy.io/mvn/joreilly/confetti/Confetti/shared-kmmbridge/0.8.8/shared-kmmbridge-0.8.8.zip"
6-
let remoteKotlinChecksum = "8bab10063985f52928de5d64d2b72b20af28570d2a445bad040740397aee14eb"
5+
let remoteKotlinUrl = "https://repo.repsy.io/mvn/joreilly/confetti/Confetti/shared-kmmbridge/0.8.9/shared-kmmbridge-0.8.9.zip"
6+
let remoteKotlinChecksum = "2f5a68fc8cabc0780e0eb4de360ef25e4a64f62dba5f9049e42097d9f992506c"
77
let packageName = "ConfettiKit"
88
// END KMMBRIDGE BLOCK
99

0 commit comments

Comments
 (0)