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 6b3196e commit 4e0f37dCopy full SHA for 4e0f37d
.github/workflows/build-app.yml
@@ -18,7 +18,7 @@ defaults:
18
19
jobs:
20
format-swift:
21
- runs-on: macos-11
+ runs-on: macos-12
22
steps:
23
- name: "Checkout code"
24
uses: actions/checkout@v2
@@ -28,7 +28,7 @@ jobs:
28
run: swift-format lint --recursive .
29
30
format-objc:
31
- runs-on: macos-latest
32
33
34
@@ -38,7 +38,7 @@ jobs:
38
run: clang-format -n **/*.{h,m}
39
40
build-app:
41
42
needs:
43
- format-swift
44
- format-objc
0 commit comments