Skip to content

Use macOS Venture 13.0 for GitHub Actions as Sonoma is not yet available #19

Use macOS Venture 13.0 for GitHub Actions as Sonoma is not yet available

Use macOS Venture 13.0 for GitHub Actions as Sonoma is not yet available #19

Workflow file for this run

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