mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
Polish GHA using (#1576)
This commit is contained in:
parent
f83b1f661c
commit
d7444c6406
1 changed files with 4 additions and 4 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
|
@ -8,12 +8,12 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: macos-12
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: xcodebuild
|
- name: xcodebuild
|
||||||
uses: sersoft-gmbh/xcodebuild-action@v1
|
uses: sersoft-gmbh/xcodebuild-action@v3
|
||||||
with:
|
with:
|
||||||
project: MonitorControl.xcodeproj
|
project: MonitorControl.xcodeproj
|
||||||
scheme: MonitorControl
|
scheme: MonitorControl
|
||||||
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: SwiftLint
|
- name: SwiftLint
|
||||||
uses: norio-nomura/action-swiftlint@3.2.1
|
uses: norio-nomura/action-swiftlint@3.2.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue