Skip to content

Commit 9753534

Browse files
committed
Tweak tests workflow
1 parent 3f61aef commit 9753534

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest, macos-latest]
12-
swift: ["5.1.1", "4.2.4"]
12+
swift: ["5.1", "4.2.4"]
1313
steps:
1414
- uses: actions/checkout@master
1515
- uses: ./
1616
with:
1717
swift-version: ${{ matrix.swift }}
18-
os: ${{ matrix.os }}
1918
- name: Swift version
2019
run: swift --version

0 commit comments

Comments
 (0)