Skip to content

Commit 39da7a2

Browse files
committed
Build macos against Swift Android nightly-6.2
1 parent 316fca4 commit 39da7a2

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99
schedule:
1010
- cron: '45 2,13 * * *'
1111
jobs:
12-
strategy:
13-
fail-fast: false
14-
matrix:
15-
swift: ['6.1', 'nightly-6.2']
1612
linux-android:
13+
strategy:
14+
fail-fast: false
15+
matrix:
16+
swift: ['6.1', 'nightly-6.2']
1717
runs-on: ubuntu-latest
1818
timeout-minutes: 30
1919
steps:
@@ -26,6 +26,10 @@ jobs:
2626
swift-version: ${{ matrix.swift }}
2727

2828
macos-ios:
29+
strategy:
30+
fail-fast: false
31+
matrix:
32+
swift: ['6.1', 'nightly-6.2']
2933
runs-on: macos-latest
3034
timeout-minutes: 30
3135
steps:

0 commit comments

Comments
 (0)