Skip to content

Swift tools 5.9, macOS 14 #48

Swift tools 5.9, macOS 14

Swift tools 5.9, macOS 14 #48

Workflow file for this run

name: Swift
on: [push]
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v