This repository has been archived by the owner on Oct 6, 2024. It is now read-only.
still cant find xcode 16??? #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: iOS 18 | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
build: | |
name: Test iOS 18 | |
runs-on: macos-14 | |
steps: | |
- uses: maxim-lobanov/setup-xcode@v1 | |
with: | |
xcode-version: '16.0.0' | |
- name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
submodules: True | |
- name: Install CocoaPods | |
run: gem install cocoapods -v 1.15.2 | |
- name: Pod Install | |
run: pod install --repo-update | |
- name: Build | |
run: ./build.sh | |
- name: Test iOS 18.0 | |
run: ./test.sh "Fuse iOS 18.0" "18.0" "iPhone 15" |