Skip to content

Bk/improve example projects (#147) #120

Bk/improve example projects (#147)

Bk/improve example projects (#147) #120

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-15
strategy:
matrix:
xcode:
- '18.0' # Swift 6
steps:
- uses: actions/checkout@v4
- name: Build
run: xcodebuild clean build -scheme MagazineLayout -destination "generic/platform=iOS Simulator"
- name: Run tests
run: xcodebuild clean test -project MagazineLayout.xcodeproj -scheme MagazineLayout -destination "name=iPhone 16,OS=18.4"