Skip to content

Commit f851a8e

Browse files
authored
Update swift.yml
1 parent ed1f21c commit f851a8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/swift.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ on:
1212
jobs:
1313
build:
1414

15-
runs-on: macos-latest
15+
runs-on:
16+
- macos-latest
17+
- ubuntu-latest
1618

1719
steps:
1820
- uses: actions/checkout@v3
1921
- uses: swift-actions/setup-swift@v1
2022
with:
2123
swift-version: 5.9
22-
- name: Build
23-
run: swift build -v
2424
- name: Run tests
2525
run: swift test -v

0 commit comments

Comments
 (0)