Skip to content

Commit

Permalink
Remove Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyhedral committed Aug 31, 2024
1 parent 3e50477 commit 53d5aa6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ jobs:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
swift: ["5.10.1"]
os:
- ubuntu-latest
- macos-latest
# - windows-latest # currently unsupported
swift:
- "5.10.1"
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 53d5aa6

Please sign in to comment.