From 4d7caec5162f5942076dbde6f3c2db9ccfa4c6c8 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 21 Aug 2024 17:52:58 -0700 Subject: [PATCH] Properly exclude the other OSes Signed-off-by: Mihai Maruseac --- .github/workflows/slsa_for_ml.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/slsa_for_ml.yml b/.github/workflows/slsa_for_ml.yml index ad3c7d26..69e811c3 100644 --- a/.github/workflows/slsa_for_ml.yml +++ b/.github/workflows/slsa_for_ml.yml @@ -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 }}