Skip to content

ci: added workflow build #2

ci: added workflow build

ci: added workflow build #2

Workflow file for this run

name: Swift
on: [push]
jobs:
build:
name: Swift ${{ matrix.swift }}
strategy:
matrix:
swift: ["5.10", "6.0", "6.1"]
runs-on: macos-latest
steps:
- uses: swift-actions/setup-swift@682457186b71c25a884c45c06f859febbe259240
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v5
- name: Build
run: swift build