Skip to content

Commit

Permalink
Merge pull request #6 from MFB-Technologies-Inc/bugfix/swift-tools-ve…
Browse files Browse the repository at this point in the history
…rsion-does-not-support-minimum-iOS-version-of-16

Bump minimum swift tools version to 5.7
  • Loading branch information
r-jarvis authored Sep 19, 2024
2 parents 9c0a1a3 + 557efb9 commit 892e336
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: ci

on:
push:
branches:
- main
pull_request:
branches:
- "*"
workflow_dispatch:

jobs:
macos-test:
runs-on: macos-14
environment: default
strategy:
matrix:
xcode: ["16.0"]
steps:
- uses: actions/checkout@v4
- name: Select Xcode ${{ matrix.xcode }}
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
- name: Build package
run: xcodebuild -scheme blackberry-dynamics-ios-sdk-Package -destination generic/platform=iOS
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.5
// swift-tools-version:5.7

import PackageDescription

Expand Down

0 comments on commit 892e336

Please sign in to comment.