Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

nightly-build

nightly-build #239

Workflow file for this run

name: nightly-build
on:
schedule:
- cron: '30 5 * * *'
jobs:
nightly:
name: Build with Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
swift: ["6.0"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@v2
with:
swift-version: ${{ matrix.swift }}
- run: swift build -v