Skip to content

Update macOS.yml (#116) #222

Update macOS.yml (#116)

Update macOS.yml (#116) #222

Workflow file for this run

name: Windows
on:
push:
branches: ["**"]
jobs:
build:
runs-on: windows-latest
steps:
- uses: compnerd/gha-setup-swift@main
with:
branch: swift-6.0-release
tag: 6.0-RELEASE
- uses: actions/checkout@v2
- run: swift build
- run: swift test