Skip to content

Commit 204321e

Browse files
committed
wip: rm bun
1 parent be9eeba commit 204321e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/swift_ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,9 @@ jobs:
3030
with:
3131
toolchain: 1.85.0
3232
targets: aarch64-apple-ios, x86_64-apple-ios, aarch64-apple-ios-sim, x86_64-apple-ios, aarch64-apple-ios-macabi, x86_64-apple-ios-macabi, aarch64-apple-darwin, x86_64-apple-darwin
33-
- uses: oven-sh/setup-bun@v2
34-
with:
35-
bun-version: latest
3633
- name: Build
3734
run: cargo pkg ${{ env.CRATE }} swift
35+
3836
# Ideally we'd use a matrix for the platforms, but due to the limitations of Mac runners on GitHub it's probably better to just have a single job with multiple steps
3937
- name: Test (iOS)
4038
run: cd packages/swift/${{ env.PACKAGE }} && xcodebuild -scheme ${{ env.PACKAGE }} test -destination "platform=iOS Simulator,name=iPhone 16,OS=latest"

0 commit comments

Comments
 (0)