Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/updateToLatestEssen…
Browse files Browse the repository at this point in the history
…tials'
  • Loading branch information
cbaker6 committed Jul 3, 2024
2 parents 73b471d + cbb0122 commit cfd7855
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,28 @@ on:
branches: [ main ]

env:
CI_XCODE: '/Applications/Xcode_15.0.app/Contents/Developer'
CI_XCODE: '/Applications/Xcode_15.4.app/Contents/Developer'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test:
runs-on: macos-13
runs-on: macos-14
strategy:
matrix:
destination: ['-destination platform\=iOS\ Simulator,name\=iPhone\ 14\ Pro\ Max test', 'CODE_SIGNING_ALLOWED="NO"']
destination: ['-destination platform\=iOS\ Simulator,OS=17.5,name\=iPhone\ 15\ Pro\ Max test', 'CODE_SIGNING_ALLOWED="NO"']
scheme: ['OCKSample', 'OCKWatchSample']
exclude:
- destination: '-destination platform\=iOS\ Simulator,name\=iPhone\ 14\ Pro\ Max test'
- destination: '-destination platform\=iOS\ Simulator,OS=17.5,name\=iPhone\ 15\ Pro\ Max test'
scheme: 'OCKWatchSample'
- destination: 'CODE_SIGNING_ALLOWED="NO"'
scheme: 'OCKSample'
steps:
- uses: actions/checkout@v4
- name: Install SwiftLint
run: brew install swiftlint
- name: Build-Test
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -project OCKSample.xcodeproj -scheme ${{ matrix.scheme }} ${{ matrix.destination }} | xcpretty
env:
Expand Down

0 comments on commit cfd7855

Please sign in to comment.