From 66f746f05cbe2420b589564eac848e1cc13e6e73 Mon Sep 17 00:00:00 2001 From: brennobemoura <37243584+brennobemoura@users.noreply.github.com> Date: Wed, 5 Aug 2026 20:34:42 -0300 Subject: [PATCH] ci: enable Windows in third-party-tests matrix The Windows leg (setup-swift + pwsh coverage-move step) was already scaffolded but left commented out; SwiftyLab/setup-swift officially supports windows-latest runners, so turn it on. --- .github/workflows/swift-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift-ci.yaml b/.github/workflows/swift-ci.yaml index a857476..a6ebdd9 100644 --- a/.github/workflows/swift-ci.yaml +++ b/.github/workflows/swift-ci.yaml @@ -446,8 +446,8 @@ jobs: include: - platform: "ubuntu-latest" name: "Linux" - # - platform: "windows-latest" - # name: "Windows" + - platform: "windows-latest" + name: "Windows" runs-on: ${{ matrix.platform }} timeout-minutes: 20 steps: