Skip to content

Commit 84bcb57

Browse files
committed
fix(ci): use macos-15-intel instead of retired macos-13
Signed-off-by: Roberto Scolaro <[email protected]>
1 parent 5259a5e commit 84bcb57

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/release-draft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)