File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116
116
runs-on : ${{ matrix.os }}
117
117
strategy :
118
118
matrix :
119
- os : [windows-latest, macos-14]
119
+ os : [windows-latest, macos-13, macos- 14]
120
120
steps :
121
121
- uses : actions/checkout@v3
122
122
@@ -227,6 +227,14 @@ jobs:
227
227
target : " aarch64-unknown-linux-gnu" ,
228
228
targetDir : " target/aarch64-unknown-linux-gnu/release" ,
229
229
}
230
+ - {
231
+ os : " macos-13" ,
232
+ arch : " amd64" ,
233
+ extension : " " ,
234
+ extraArgs : " " ,
235
+ target : " " ,
236
+ targetDir : " target/release" ,
237
+ }
230
238
- {
231
239
os : " macos-14" ,
232
240
arch : " aarch64" ,
Original file line number Diff line number Diff line change 43
43
target : " aarch64-unknown-linux-gnu" ,
44
44
targetDir : " target/aarch64-unknown-linux-gnu/release" ,
45
45
}
46
+ - {
47
+ os : " macos-13" ,
48
+ arch : " amd64" ,
49
+ extension : " " ,
50
+ extraArgs : " " ,
51
+ target : " " ,
52
+ targetDir : " target/release" ,
53
+ }
46
54
- {
47
55
os : " macos-14" ,
48
56
arch : " aarch64" ,
You can’t perform that action at this time.
0 commit comments