Skip to content

Commit 2b48f22

Browse files
authored
Update ci.yml
1 parent abc6ccc commit 2b48f22

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

Diff for: .github/workflows/ci.yml

+3-13
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,17 @@ on:
88
- '**.swift'
99
- '**.yml'
1010
pull_request:
11-
branches:
12-
- main
13-
paths:
14-
- '**.swift'
15-
- '**.yml'
1611
workflow_dispatch:
1712

1813
jobs:
19-
macOS:
20-
runs-on: macOS-latest
21-
steps:
22-
- name: Checkout
23-
uses: actions/checkout@v2
24-
- name: SPM tests
25-
run: swift test
2614
linux:
2715
runs-on: ubuntu-latest
2816
strategy:
2917
matrix:
3018
image:
31-
- 'swift:5.5-focal'
19+
- 'swift:5.8'
20+
- 'swift:5.9'
21+
- 'swift:5.10'
3222
container:
3323
image: ${{ matrix.image }}
3424
steps:

0 commit comments

Comments
 (0)