30
30
check :
31
31
runs-on : [self-hosted, x64, Linux]
32
32
steps :
33
- - uses : actions/checkout@v2
33
+ - uses : actions/checkout@v3
34
34
with :
35
35
# fetch all tags, metasrv and metaclient need tag as its version.
36
36
fetch-depth : 0
47
47
- x86_64-apple-darwin
48
48
- aarch64-apple-darwin
49
49
steps :
50
- - uses : actions/checkout@v2
50
+ - uses : actions/checkout@v3
51
51
with :
52
52
# fetch all tags, metasrv and metaclient need tag as its version.
53
53
fetch-depth : 0
65
65
- x86_64-unknown-linux-gnu
66
66
- aarch64-unknown-linux-gnu
67
67
steps :
68
- - uses : actions/checkout@v2
68
+ - uses : actions/checkout@v3
69
69
with :
70
70
# fetch all tags, metasrv and metaclient need tag as its version.
71
71
fetch-depth : 0
@@ -74,10 +74,10 @@ jobs:
74
74
target : ${{ matrix.target }}
75
75
76
76
test_unit :
77
- runs-on : ubuntu-latest
77
+ runs-on : [self-hosted, x64, Linux]
78
78
needs : check
79
79
steps :
80
- - uses : actions/checkout@v2
80
+ - uses : actions/checkout@v3
81
81
with :
82
82
# fetch all tags, metasrv and metaclient need tag as its version.
83
83
fetch-depth : 0
89
89
runs-on : ubuntu-latest
90
90
needs : build_linux
91
91
steps :
92
- - uses : actions/checkout@v2
92
+ - uses : actions/checkout@v3
93
93
with :
94
94
# fetch all tags, metasrv and metaclient need tag as its version.
95
95
fetch-depth : 0
99
99
runs-on : ubuntu-latest
100
100
needs : build_linux
101
101
steps :
102
- - uses : actions/checkout@v2
102
+ - uses : actions/checkout@v3
103
103
with :
104
104
# fetch all tags, metasrv and metaclient need tag as its version.
105
105
fetch-depth : 0
@@ -109,7 +109,7 @@ jobs:
109
109
runs-on : ubuntu-latest
110
110
needs : build_linux
111
111
steps :
112
- - uses : actions/checkout@v2
112
+ - uses : actions/checkout@v3
113
113
with :
114
114
# fetch all tags, metasrv and metaclient need tag as its version.
115
115
fetch-depth : 0
@@ -120,14 +120,14 @@ jobs:
120
120
# runs-on: macos-11
121
121
# needs: build_macos
122
122
# steps:
123
- # - uses: actions/checkout@v2
123
+ # - uses: actions/checkout@v3
124
124
# - uses: ./.github/actions/test_stateless_standalone_macos
125
125
126
126
test_stateless_cluster_linux :
127
127
runs-on : ubuntu-latest
128
128
needs : build_linux
129
129
steps :
130
- - uses : actions/checkout@v2
130
+ - uses : actions/checkout@v3
131
131
with :
132
132
# fetch all tags, metasrv and metaclient need tag as its version.
133
133
fetch-depth : 0
@@ -137,7 +137,7 @@ jobs:
137
137
runs-on : macos-11
138
138
needs : build_macos
139
139
steps :
140
- - uses : actions/checkout@v2
140
+ - uses : actions/checkout@v3
141
141
with :
142
142
# fetch all tags, metasrv and metaclient need tag as its version.
143
143
fetch-depth : 0
@@ -147,7 +147,7 @@ jobs:
147
147
runs-on : ubuntu-latest
148
148
needs : build_linux
149
149
steps :
150
- - uses : actions/checkout@v2
150
+ - uses : actions/checkout@v3
151
151
with :
152
152
# fetch all tags, metasrv and metaclient need tag as its version.
153
153
fetch-depth : 0
@@ -157,7 +157,7 @@ jobs:
157
157
runs-on : ubuntu-latest
158
158
needs : check
159
159
steps :
160
- - uses : actions/checkout@v2
160
+ - uses : actions/checkout@v3
161
161
with :
162
162
# fetch all tags, metasrv and metaclient need tag as its version.
163
163
fetch-depth : 0
0 commit comments