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

ios18 testing #10

ios18 testing

ios18 testing #10

Workflow file for this run

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-beta'
- 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"