Skip to content

fix: actions worker selecting xcode version #89

fix: actions worker selecting xcode version

fix: actions worker selecting xcode version #89

Workflow file for this run

name: Build and Test iOS
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-12
steps:
- name: Checkout Project
uses: actions/checkout@v2
- name: "Select Latest Xcode"
uses: mxcl/xcodebuild@v1
- name: "Carthage Cached Bootstrap"
uses: DevCycleHQ/carthage-bootstrap@xcframeworks2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
use-xcframeworks: true
- name: Fastlane iOS Tests
run: fastlane ios tests