Skip to content

Set deployment target to iOS13 #7

Set deployment target to iOS13

Set deployment target to iOS13 #7

name: Building the Swift Package
on:
pull_request:
jobs:
build:
name: Building the Swift Package
runs-on: macOS-11
env:
DEVELOPER_DIR: /Applications/Xcode_12.5.1.app/Contents/Developer
HOMEBREW_NO_AUTO_UPDATE: 1
steps:
- uses: actions/checkout@v2
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: swift build
run: swift build -Xswiftc "-sdk" -Xswiftc "`xcrun --sdk iphonesimulator --show-sdk-path`" -Xswiftc "-target" -Xswiftc "x86_64-apple-ios14.0-simulator"