From b8e09857987029fde01cd7b7fcd0a7d8390068bf Mon Sep 17 00:00:00 2001 From: Roberto Scolaro Date: Tue, 14 May 2024 10:39:44 +0000 Subject: [PATCH] fix(ci): pin runner image on macos x86_64 Signed-off-by: Roberto Scolaro --- .github/workflows/ci.yaml | 7 ++----- .github/workflows/release-draft.yaml | 4 ++-- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eea18eb8f9..5a78d856ed 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -232,15 +232,12 @@ jobs: name: build-sysdig-other-amd64 strategy: matrix: - os: [windows-latest, macos-latest, macos-14] + os: [windows-latest, macos-13] include: - os: windows-latest artifact_name: win artifact_ext: exe - - os: macos-latest - artifact_name: osx - artifact_ext: dmg - - os: macos-14 + - os: macos-13 artifact_name: osx artifact_ext: dmg runs-on: ${{ matrix.os }} diff --git a/.github/workflows/release-draft.yaml b/.github/workflows/release-draft.yaml index 844fc3069f..80840c2b1a 100644 --- a/.github/workflows/release-draft.yaml +++ b/.github/workflows/release-draft.yaml @@ -119,12 +119,12 @@ jobs: name: build-release-others-amd64 strategy: matrix: - os: [windows-latest, macos-latest] + os: [windows-latest, macos-13] include: - os: windows-latest artifact_name: win artifact_ext: exe - - os: macos-latest + - os: macos-13 artifact_name: osx artifact_ext: dmg env: