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

correct xcode beta selection for ios 18 #8

correct xcode beta selection for ios 18

correct xcode beta selection for ios 18 #8

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