We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316fca4 commit 39da7a2Copy full SHA for 39da7a2
.github/workflows/ci.yml
@@ -9,11 +9,11 @@ on:
9
schedule:
10
- cron: '45 2,13 * * *'
11
jobs:
12
- strategy:
13
- fail-fast: false
14
- matrix:
15
- swift: ['6.1', 'nightly-6.2']
16
linux-android:
+ strategy:
+ fail-fast: false
+ matrix:
+ swift: ['6.1', 'nightly-6.2']
17
runs-on: ubuntu-latest
18
timeout-minutes: 30
19
steps:
@@ -26,6 +26,10 @@ jobs:
26
swift-version: ${{ matrix.swift }}
27
28
macos-ios:
29
30
31
32
33
runs-on: macos-latest
34
35
0 commit comments