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 abc8c24 commit 6a77a6bCopy full SHA for 6a77a6b
.github/workflows/android.yml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
setup:
14
- runs-on: macos-13
+ runs-on: macos-15
15
16
steps:
17
- name: Checkout
@@ -38,7 +38,7 @@ jobs:
38
unit-tests:
39
needs: setup
40
41
42
43
44
@@ -65,7 +65,7 @@ jobs:
65
connected-tests:
66
67
68
69
70
71
.github/workflows/ktlint.yml
@@ -5,7 +5,7 @@ on:
5
6
7
ktlint:
8
9
10
- name: Get changed files
id: changes
0 commit comments