Skip to content

CI: upgrade windows to swift 6.0.2. #12

CI: upgrade windows to swift 6.0.2.

CI: upgrade windows to swift 6.0.2. #12

name: Run Tests (Microsoft Windows)
on: [push]
jobs:
build:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
swift: ["6.0.2"]
runs-on: ${{ matrix.os }}
steps:
- uses: compnerd/gha-setup-swift@main
with:
branch: swift-6.0.2-release
tag: 6.0.2-RELEASE
- uses: actions/checkout@v4
- name: 🐙 Fetch Git Submodules
run: git submodule update --init --recursive
- name: 🧪 Test
run: swift test