We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83b1f6 commit d7444c6Copy full SHA for d7444c6
1 file changed
.github/workflows/main.yml
@@ -8,12 +8,12 @@ on:
8
9
jobs:
10
build:
11
- runs-on: macos-12
+ runs-on: macos-latest
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
15
- name: xcodebuild
16
- uses: sersoft-gmbh/xcodebuild-action@v1
+ uses: sersoft-gmbh/xcodebuild-action@v3
17
with:
18
project: MonitorControl.xcodeproj
19
scheme: MonitorControl
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
25
- name: Checkout
26
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
27
28
- name: SwiftLint
29
uses: norio-nomura/[email protected]
0 commit comments