Skip to content

More swift 6 fixes #469

More swift 6 fixes

More swift 6 fixes #469

Workflow file for this run

name: Build & Test
env:
XCODE_VERSION: "Xcode_16.0"
on:
push:
pull_request:
jobs:
tests:
name: Tests
runs-on: macos-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Switch to ${{ env.XCODE_VERSION }}
run: sudo xcode-select --switch /Applications/${{ env.XCODE_VERSION }}.app
- name: Fastlane
run: fastlane tests