Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Oct 24, 2023
1 parent 73a3249 commit 4241bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
swift:
- '5.6'
- '5.9'
name: Ubuntu (Swift ${{ matrix.swift }})
name: Ubuntu (Swift ${{ matrix.swift }}, ${{ matrix.config }})
runs-on: ubuntu-latest
steps:
- uses: swift-actions/setup-swift@v1
Expand All @@ -48,7 +48,7 @@ jobs:
- run: make test-linux

windows:
name: Windows (Swift ${{ matrix.swift }})
name: Windows (Swift ${{ matrix.swift }}, ${{ matrix.config }})
strategy:
matrix:
os: [windows-latest]
Expand Down

0 comments on commit 4241bf8

Please sign in to comment.