File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,13 +110,13 @@ jobs:
110110 name : build-sysdig-${{ matrix.os }}-${{ matrix.arch }}
111111 strategy :
112112 matrix :
113- os : [windows-latest, macos-13 , macos-14]
113+ os : [windows-latest, macos-15-intel , macos-14]
114114 include :
115115 - os : windows-latest
116116 artifact_name : win
117117 artifact_ext : exe
118118 arch : x86_64
119- - os : macos-13
119+ - os : macos-15-intel
120120 artifact_name : osx
121121 artifact_ext : dmg
122122 arch : x86_64
Original file line number Diff line number Diff line change @@ -105,13 +105,13 @@ jobs:
105105 name : build-release-others
106106 strategy :
107107 matrix :
108- os : [windows-latest, macos-13 , macos-14]
108+ os : [windows-latest, macos-15-intel , macos-14]
109109 include :
110110 - os : windows-latest
111111 artifact_name : win
112112 artifact_ext : exe
113113 arch : x86_64
114- - os : macos-13
114+ - os : macos-15-intel
115115 artifact_name : osx
116116 artifact_ext : dmg
117117 arch : x86_64
You can’t perform that action at this time.
0 commit comments