Polish GHA using (#1576)

This commit is contained in:
Zongle Wang 2024-06-25 04:12:32 -04:00 committed by GitHub
parent f83b1f661c
commit d7444c6406
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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