Skip to content

Commit

Permalink
Update xcodebuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhamsing authored Jan 31, 2024
1 parent c5603d1 commit 94a24d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/xcodebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ on: [push, pull_request]

jobs:
Build:
runs-on: macos-12
runs-on: macos-14

steps:
- uses: actions/checkout@v2

- name: Select Xcode
run: sudo xcode-select -switch /Applications/Xcode_14.2.app
run: sudo xcode-select -switch /Applications/Xcode_14.3.1.app

- name: Xcode version
run: /usr/bin/xcodebuild -version

- name: Xcode iOS build
run: |
cd Xcode/
xcodebuild clean build -scheme FastMDb -destination 'platform=iOS Simulator,name=iPhone 12,OS=16.2'
xcodebuild clean build -scheme FastMDb -destination 'platform=iOS Simulator,name=iPhone 14,OS=16.4'

0 comments on commit 94a24d6

Please sign in to comment.