Skip to content

Commit

Permalink
fix(ci): pin runner image on macos x86_64
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo committed May 14, 2024
1 parent 8791397 commit b8e0985
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b8e0985

Please sign in to comment.