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