Skip to content

Make older Swift happy #3

Make older Swift happy

Make older Swift happy #3

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
macos-test:
runs-on: macos-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- uses: swift-actions/setup-swift@v2
with:
swift-version: "6.0"
- name: Run tests
run: swift test --parallel