Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

remove ioS 18 test from ios17 workflow #3

remove ioS 18 test from ios17 workflow

remove ioS 18 test from ios17 workflow #3

Workflow file for this run

name: iOS 17
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Test iOS 17
runs-on: macos-latest
steps:
- 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"