Skip to content

Commit

Permalink
Update xcodebuild-ios16.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhamsing authored Jan 31, 2024
1 parent 2794858 commit 2aedfd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/xcodebuild-ios16.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.0.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 TheNews -destination 'platform=iOS Simulator,name=iPhone 12,OS=16.0'
xcodebuild clean build -scheme TheNews -destination 'platform=iOS Simulator,name=iPhone 14,OS=16.4'

0 comments on commit 2aedfd2

Please sign in to comment.