Skip to content

Commit b8e0985

Browse files
committed
fix(ci): pin runner image on macos x86_64
Signed-off-by: Roberto Scolaro <[email protected]>
1 parent 8791397 commit b8e0985

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,15 +232,12 @@ jobs:
232232
name: build-sysdig-other-amd64
233233
strategy:
234234
matrix:
235-
os: [windows-latest, macos-latest, macos-14]
235+
os: [windows-latest, macos-13]
236236
include:
237237
- os: windows-latest
238238
artifact_name: win
239239
artifact_ext: exe
240-
- os: macos-latest
241-
artifact_name: osx
242-
artifact_ext: dmg
243-
- os: macos-14
240+
- os: macos-13
244241
artifact_name: osx
245242
artifact_ext: dmg
246243
runs-on: ${{ matrix.os }}

.github/workflows/release-draft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,12 @@ jobs:
119119
name: build-release-others-amd64
120120
strategy:
121121
matrix:
122-
os: [windows-latest, macos-latest]
122+
os: [windows-latest, macos-13]
123123
include:
124124
- os: windows-latest
125125
artifact_name: win
126126
artifact_ext: exe
127-
- os: macos-latest
127+
- os: macos-13
128128
artifact_name: osx
129129
artifact_ext: dmg
130130
env:

0 commit comments

Comments
 (0)