File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -232,15 +232,12 @@ jobs:
232
232
name : build-sysdig-other-amd64
233
233
strategy :
234
234
matrix :
235
- os : [windows-latest, macos-latest, macos-14 ]
235
+ os : [windows-latest, macos-13 ]
236
236
include :
237
237
- os : windows-latest
238
238
artifact_name : win
239
239
artifact_ext : exe
240
- - os : macos-latest
241
- artifact_name : osx
242
- artifact_ext : dmg
243
- - os : macos-14
240
+ - os : macos-13
244
241
artifact_name : osx
245
242
artifact_ext : dmg
246
243
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -119,12 +119,12 @@ jobs:
119
119
name : build-release-others-amd64
120
120
strategy :
121
121
matrix :
122
- os : [windows-latest, macos-latest ]
122
+ os : [windows-latest, macos-13 ]
123
123
include :
124
124
- os : windows-latest
125
125
artifact_name : win
126
126
artifact_ext : exe
127
- - os : macos-latest
127
+ - os : macos-13
128
128
artifact_name : osx
129
129
artifact_ext : dmg
130
130
env :
You can’t perform that action at this time.
0 commit comments