From 434613b41e78bbf0665e9af384d512313c8dd1ed Mon Sep 17 00:00:00 2001 From: Typpi <20943337+Nick2bad4u@users.noreply.github.com> Date: Fri, 29 Mar 2024 12:15:57 -0400 Subject: [PATCH] Update endorlabs.yml --- .github/workflows/endorlabs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/endorlabs.yml b/.github/workflows/endorlabs.yml index b732807..11d4b03 100644 --- a/.github/workflows/endorlabs.yml +++ b/.github/workflows/endorlabs.yml @@ -18,7 +18,7 @@ jobs: contents: read # Used to checkout a private repository by actions/checkout. actions: read # Required for private repositories to upload sarif files. GitHub Advanced Security licenses are required. id-token: write # Used for keyless authentication to Endor Labs - runs-on: windows-latest + runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v4