Skip to content

Bump to version 0.50 #197

Bump to version 0.50

Bump to version 0.50 #197

Workflow file for this run

name: Swift
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: macos-14
strategy:
matrix:
xcode-version:
- /Applications/Xcode_15.3.app
steps:
- uses: actions/checkout@v4
- name: Force Xcode ${{ matrix.xcode-version }}
run: if [ "default" != "${{ matrix.xcode-version }}" ]; then sudo xcode-select -s "${{ matrix.xcode-version }}"; fi
- name: Run tests
run: xcodebuild -workspace app/src/Outlander.xcworkspace -scheme Outlander clean test CODE_SIGN_IDENTITY="" CODE_SIGNING_ALLOWED=NO