Skip to content

Migrate to Swift 6, fully support async/await and Swift concurrency, drop iOS 13 #57

Migrate to Swift 6, fully support async/await and Swift concurrency, drop iOS 13

Migrate to Swift 6, fully support async/await and Swift concurrency, drop iOS 13 #57

Workflow file for this run

name: Build Example app
on: pull_request
jobs:
tests:
name: Build Example app
runs-on: macOS-latest
steps:
- name: Checkout the Git repository
uses: actions/checkout@v4
- name: Build and run example project
run: ./GitHubActions/build.sh example