Skip to content

Comment out linux for now #92

Comment out linux for now

Comment out linux for now #92

Workflow file for this run

name: Build
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '16.4'
- name: Build
run: swift build
- name: Run tests
run: swift test