Skip to content

Commit 4e0f37d

Browse files
committed
Updating action to macOS 12
1 parent 6b3196e commit 4e0f37d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ defaults:
1818

1919
jobs:
2020
format-swift:
21-
runs-on: macos-11
21+
runs-on: macos-12
2222
steps:
2323
- name: "Checkout code"
2424
uses: actions/checkout@v2
@@ -28,7 +28,7 @@ jobs:
2828
run: swift-format lint --recursive .
2929

3030
format-objc:
31-
runs-on: macos-latest
31+
runs-on: macos-12
3232
steps:
3333
- name: "Checkout code"
3434
uses: actions/checkout@v2
@@ -38,7 +38,7 @@ jobs:
3838
run: clang-format -n **/*.{h,m}
3939

4040
build-app:
41-
runs-on: macos-latest
41+
runs-on: macos-12
4242
needs:
4343
- format-swift
4444
- format-objc

0 commit comments

Comments
 (0)