Migrate to Swift 6, fully support async/await and Swift concurrency, drop iOS 13 #57
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |