Skip to content

Commit

Permalink
use newer xcode with newer swift
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Apr 4, 2024
1 parent 2f55f25 commit 635d221
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ jobs:
build:
runs-on: macos-latest
steps:
- run: swift --version
- uses: swift-actions/setup-swift@v2
- run: swift --version
- uses: actions/checkout@v4
with:
submodules: true
show-progress: false
- run: sudo xcode-select --switch /Applications/Xcode_15.3.app
- run: cargo install cargo-lipo
- run: set -o pipefail && xcodebuild -workspace deltachat-ios.xcworkspace -scheme deltachat-ios -destination "platform=iOS Simulator,name=iPhone SE (3rd generation)" | xcbeautify --renderer github-actions

0 comments on commit 635d221

Please sign in to comment.