Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed May 14, 2024
1 parent 240bdb3 commit e110ece
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12]
os: [macos-14]
sdk: ['macosx', 'iphonesimulator']
include:
- sdk: 'macosx'
destination: '"platform=OS X,arch=x86_64"'
- sdk: 'iphonesimulator'
destination: '"platform=iOS Simulator,name=iPhone 11"'
- sdk: 'xrsimulator'
destination: '"platform=visionOS simulator,name=Any visionOS Simulator Device"'
steps:
- uses: actions/checkout@v3
- name: Build unit test target
Expand Down

0 comments on commit e110ece

Please sign in to comment.