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: