Commit 71fd16b
ci: split JVM and iOS test jobs, bump ubuntu to JDK 21 (#517)
Previously both ubuntu and macos runners ran the full JVM + Android
test suite, with macos additionally running iOS simulator tests. Mac
runners are ~10x the cost of Linux on GH Actions and the JVM/Android
duplication isn't earning much — KMP JVM bytecode behavior is nearly
identical across OSes.
I split this into two parallel jobs: ubuntu runs ktlint + JVM/Android,
macos only runs iOS simulator tests. Both now use JDK 21.
Note: branch protection rules referencing the old check names
(`Tests (ubuntu-latest, JDK 17)` / `Tests (macos-latest, JDK 21)`)
will need updating to the new names.
Co-authored-by: Miley Chandonnet <miley@Mileys-Mac-mini.local>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 00068bd commit 71fd16b
1 file changed
Lines changed: 30 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
23 | 13 | | |
24 | 14 | | |
25 | 15 | | |
26 | 16 | | |
27 | 17 | | |
28 | | - | |
| 18 | + | |
29 | 19 | | |
30 | 20 | | |
31 | | - | |
| 21 | + | |
32 | 22 | | |
33 | 23 | | |
34 | 24 | | |
| |||
50 | 40 | | |
51 | 41 | | |
52 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
53 | 68 | | |
54 | | - | |
55 | 69 | | |
56 | 70 | | |
0 commit comments