Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Commit 4382d16

Browse files
committed
linux build action
1 parent 79d4d86 commit 4382d16

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/swift.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: macos-latest
11+
name: Lint & Build swift on ${{ matrix.os }}
12+
runs-on: ${{ matrix.os }}
13+
strategy:
14+
matrix:
15+
os: [ubuntu-latest, macos-latest]
1216
steps:
1317
- uses: actions/checkout@v2
1418
- uses: actions/cache@v2

0 commit comments

Comments
 (0)