Skip to content

Commit b692641

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 73781e3 + f851a8e commit b692641

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/swift.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +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
19-
- name: Build
20-
run: swift build -v
21+
- uses: swift-actions/setup-swift@v1
22+
with:
23+
swift-version: 5.9
2124
- name: Run tests
2225
run: swift test -v

0 commit comments

Comments
 (0)