File tree Expand file tree Collapse file tree 2 files changed +12
-16
lines changed Expand file tree Collapse file tree 2 files changed +12
-16
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,13 @@ jobs:
12
12
build :
13
13
name : Build
14
14
runs-on : macos-latest
15
- steps :
16
- - uses : maxim-lobanov/setup-xcode@v1
17
- with :
18
- xcode-version : latest-stable
19
15
outputs :
20
16
npm_version : ${{ steps.npm_version_output.outputs.NPM_VERSION }}
21
17
npm_tag : ${{ steps.npm_version_output.outputs.NPM_TAG }}
22
18
steps :
19
+ - uses : maxim-lobanov/setup-xcode@v1
20
+ with :
21
+ xcode-version : latest-stable
23
22
- uses : actions/checkout@v3
24
23
with :
25
24
fetch-depth : 0
@@ -73,12 +72,11 @@ jobs:
73
72
test :
74
73
name : Test
75
74
runs-on : macos-latest
76
- steps :
77
- - uses : maxim-lobanov/setup-xcode@v1
78
- with :
79
- xcode-version : latest-stable
80
75
needs : build
81
76
steps :
77
+ - uses : maxim-lobanov/setup-xcode@v1
78
+ with :
79
+ xcode-version : latest-stable
82
80
- uses : actions/checkout@v3
83
81
- name : LLVM cache
84
82
uses : actions/cache@v3
Original file line number Diff line number Diff line change 9
9
name : Build
10
10
runs-on : macos-latest
11
11
steps :
12
- - uses : maxim-lobanov/setup-xcode@v1
13
- with :
14
- xcode-version : latest-stable
15
- steps :
12
+ - uses : maxim-lobanov/setup-xcode@v1
13
+ with :
14
+ xcode-version : latest-stable
16
15
- uses : actions/checkout@v3
17
16
with :
18
17
fetch-depth : 0
@@ -57,12 +56,11 @@ jobs:
57
56
test :
58
57
name : Test
59
58
runs-on : macos-latest
60
- steps :
61
- - uses : maxim-lobanov/setup-xcode@v1
62
- with :
63
- xcode-version : latest-stable
64
59
needs : build
65
60
steps :
61
+ - uses : maxim-lobanov/setup-xcode@v1
62
+ with :
63
+ xcode-version : latest-stable
66
64
- uses : actions/checkout@v3
67
65
- name : LLVM cache
68
66
uses : actions/cache@v3
You can’t perform that action at this time.
0 commit comments