CI: Add nightly Swift jobs for both Linux and macOS

This commit is contained in:
Andrew Kaster 2025-03-29 01:57:01 -06:00
parent 32105dd018
commit aa7d279a75

View file

@ -46,6 +46,20 @@ jobs:
toolchain: 'Clang'
clang_plugins: false
- os_name: 'Linux'
os: ubuntu-24.04
arch: 'x86_64'
build_preset: 'Sanitizer_CI'
toolchain: 'Swift'
clang_plugins: false
- os_name: 'macOS'
os: macos-15
arch: 'arm64'
build_preset: 'Sanitizer_CI'
toolchain: 'Swift'
clang_plugins: false
uses: ./.github/workflows/lagom-template.yml
with:
toolchain: ${{ matrix.toolchain }}