Skip to content

Commit

Permalink
Update CI to run on macOS 15 with Xcode 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitschlag committed Nov 27, 2024
1 parent 1f0e2e1 commit c44949d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:

jobs:
build:
runs-on: macos-14
runs-on: macos-15
steps:
- uses: actions/checkout@v4
with:
submodules: true
show-progress: false
- run: sudo xcode-select --switch /Applications/Xcode_15.3.app/Contents/Developer
- run: sudo xcode-select --switch /Applications/Xcode_16.0.app/Contents/Developer
- 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 c44949d

Please sign in to comment.