Polish GHA using

- Now move build on macos-latest.
- Bump actions to the latest, the old ones based on Node 16 are deprecated.
This commit is contained in:
Zongle Wang 2024-06-25 14:23:32 +08:00 committed by GitHub
parent f83b1f661c
commit f746e0d25f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,12 +8,12 @@ on:
jobs:
build:
runs-on: macos-12
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: xcodebuild
uses: sersoft-gmbh/xcodebuild-action@v1
uses: sersoft-gmbh/xcodebuild-action@v3
with:
project: MonitorControl.xcodeproj
scheme: MonitorControl
@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1