Skip to content

Our own Tools struct #8

Our own Tools struct

Our own Tools struct #8

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- name: Select Xcode 16
run: sudo xcode-select -s /Applications/Xcode_16.2.app
- name: Test
run: swift test