Skip to content

Commit

Permalink
Update checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mflknr authored Jul 31, 2021
1 parent 6e21a04 commit 8e0fd88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
name: Build with Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
Expand All @@ -29,7 +29,7 @@ jobs:
swift build -v
test:
name: Swift ${{ matrix.swift }}
name: Test with Swift ${{ matrix.swift }}
strategy:
matrix:
os: [ macos-latest ]
Expand Down

0 comments on commit 8e0fd88

Please sign in to comment.