Skip to content

Commit 9b1742f

Browse files
committed
Bump macOS CI Swift to 5.10
1 parent 8f954c8 commit 9b1742f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ jobs:
1111
build:
1212
strategy:
1313
matrix:
14-
os:
15-
- ubuntu-latest
16-
- macos-latest
17-
swift: ['5.8']
14+
include:
15+
- os: ubuntu-latest
16+
swift: '5.8'
17+
- os: macos-latest
18+
swift: '5.10'
1819

1920
runs-on: ${{ matrix.os }}
2021
steps:

0 commit comments

Comments
 (0)