Skip to content

Bump GitHub action macOS version. #130

Bump GitHub action macOS version.

Bump GitHub action macOS version. #130

Workflow file for this run

name: Run Unit Tests
on: [push]
jobs:
build:
runs-on: macos-15
steps:
- uses: actions/checkout@v1
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v