Skip to content

Commit

Permalink
Properly exclude the other OSes
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Maruseac <mihaimaruseac@google.com>
  • Loading branch information
mihaimaruseac committed Aug 22, 2024
1 parent 1da4e56 commit 4d7caec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/slsa_for_ml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ jobs:
matrix:
os: [ubuntu-latest] ## , macos-latest, windows-latest]
include:
- os: macos-latest
os_family: Darwin
#- os: macos-latest
# os_family: Darwin
- os: ubuntu-latest
os_family: Linux
- os: windows-latest
os_family: Windows
#- os: windows-latest
# os_family: Windows
outputs:
hash-ubuntu-latest: ${{ steps.hash.outputs.hash-ubuntu-latest }}
# hash-macos-latest: ${{ steps.hash.outputs.hash-macos-latest }}
Expand Down

0 comments on commit 4d7caec

Please sign in to comment.