Skip to content

Update CI and swift version #5

Update CI and swift version

Update CI and swift version #5

Workflow file for this run

name: Swift
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@v2
with:
swift-version: "6.1"
- name: Build and Test
run: ./scripts/build-and-test-ios.sh