Skip to content

Commit

Permalink
Updating action to macOS 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Sn0wfreezeDev committed Jun 1, 2022
1 parent 6b3196e commit 4e0f37d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defaults:

jobs:
format-swift:
runs-on: macos-11
runs-on: macos-12
steps:
- name: "Checkout code"
uses: actions/checkout@v2
Expand All @@ -28,7 +28,7 @@ jobs:
run: swift-format lint --recursive .

format-objc:
runs-on: macos-latest
runs-on: macos-12
steps:
- name: "Checkout code"
uses: actions/checkout@v2
Expand All @@ -38,7 +38,7 @@ jobs:
run: clang-format -n **/*.{h,m}

build-app:
runs-on: macos-latest
runs-on: macos-12
needs:
- format-swift
- format-objc
Expand Down

0 comments on commit 4e0f37d

Please sign in to comment.