This repository has been archived by the owner on Oct 6, 2024. It is now read-only.
ios18 testing #10
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 17 | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
build: | |
name: Test iOS 17 | |
runs-on: macos-14 | |
steps: | |
- uses: maxim-lobanov/setup-xcode@v1 | |
with: | |
xcode-version: 15.4 | |
- 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 17.5 | |
run: ./test.sh "Fuse iOS 17.5" "17.5" "iPhone 15" |