Skip to content

Commit

Permalink
CI Updates (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhamsing authored Feb 2, 2024
1 parent 2794858 commit 0099c2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/xcodebuild-ios17.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-13
runs-on: macos-14

steps:
- uses: actions/checkout@v2

- name: Select Xcode
run: sudo xcode-select -switch /Applications/Xcode_15.0.app
run: sudo xcode-select -switch /Applications/Xcode_15.2.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 15,OS=17.0'
xcodebuild clean build -scheme TheNews -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.2'

0 comments on commit 0099c2a

Please sign in to comment.