Skip to content

Use macOS Sonoma 14.0 and Swift 5.9 to run GitHub Actions #17

Use macOS Sonoma 14.0 and Swift 5.9 to run GitHub Actions

Use macOS Sonoma 14.0 and Swift 5.9 to run GitHub Actions #17

Workflow file for this run

name: Run tests on commit
on:
push:
branches: [ main, develop ]
workflow_dispatch:
jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@v2
- name: Setup Swift
uses: swift-actions/setup-swift@v1.25.0
with:
swift-version: "5.9"
- name: Run test
run: make test