Skip to content

Commit

Permalink
chore(ci): Update runner to macos-14 and update to Xcode 15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven0351 committed Feb 12, 2024
1 parent 72e7a6d commit 0beab67
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ name: CI
on:
push:
branches:
- '**'
- "**"
pull_request:
branches:
- '**'
- "**"
jobs:
test:
runs-on: macos-12
runs-on: macos-14
timeout-minutes: 30
steps:
- run: sudo xcode-select --switch /Applications/Xcode_14.1.app
- run: sudo xcode-select --switch /Applications/Xcode_15.1.app
- uses: actions/checkout@v3
- name: Install xcpretty
run: gem install xcpretty
Expand All @@ -21,12 +21,12 @@ jobs:
set -eo pipefail
xcodebuild test \
-scheme IonicPortals \
-destination 'platform=iOS Simulator,name=iPhone 13' | xcpretty
-destination 'platform=iOS Simulator,name=iPhone 15' | xcpretty
validate-podspec:
runs-on: macos-12
timeout-minutes: 30
steps:
- run: sudo xcode-select --switch /Applications/Xcode_14.1.app
- run: sudo xcode-select --switch /Applications/Xcode_15.1.app
- uses: actions/checkout@v3
- name: Install cocoapods
run: gem install cocoapods
Expand Down

0 comments on commit 0beab67

Please sign in to comment.