Skip to content

Commit

Permalink
WIP: remove windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rnro committed Dec 2, 2024
1 parent 207c509 commit d6e8a7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/swift_test_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,13 @@ jobs:
- name: Run matrix job
run: |
${{ matrix.linux.command }} ${{ matrix.linux.command_arguments }}
env:
SWIFT_VERSION: ${{ matrix.linux.swift_version }}

windows:
name: Windows (${{ matrix.windows.name }})
needs: generate-matrix
if: ${{ needs.generate-matrix.outputs.windows-matrix != '{"windows":[]}' }}
runs-on: ${{ matrix.windows.runner }}
strategy:
fail-fast: false
Expand Down

0 comments on commit d6e8a7f

Please sign in to comment.