Skip to content

Commit

Permalink
Removed all Mac OS builds as they fail
Browse files Browse the repository at this point in the history
  • Loading branch information
EdgewareRoad committed Jun 19, 2024
1 parent b17cfd5 commit c709969
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
# os: [macos-latest, macos-13, windows-latest, ubuntu-latest]
os: [windows-latest, ubuntu-latest]
steps:
- uses: actions/[email protected]
- name: Set up JDK 21
Expand Down Expand Up @@ -82,4 +83,5 @@ jobs:
build/distributions/trivysummary-${{ steps.read-properties.outputs.trivysummary_version }}.zip
build/native/nativeCompile/trivysummary-windows-amd64-${{ steps.read-properties.outputs.trivysummary_version }}.exe
build/native/nativeCompile/trivysummary-linux-amd64-${{ steps.read-properties.outputs.trivysummary_version }}
build/native/nativeCompile/trivysummary-macos-aarch64-${{ steps.read-properties.outputs.trivysummary_version }}
# build/native/nativeCompile/trivysummary-macos-x86-64-${{ steps.read-properties.outputs.trivysummary_version }}
# build/native/nativeCompile/trivysummary-macos-aarch64-${{ steps.read-properties.outputs.trivysummary_version }}

0 comments on commit c709969

Please sign in to comment.