From edc5fb964134c1a1297528d73c6ec6baae8549de Mon Sep 17 00:00:00 2001 From: ronnyfriedland Date: Thu, 20 Mar 2025 20:05:22 +0100 Subject: [PATCH] Revert "switch to debian" This reverts commit 80c4c07682289be8c1732faf6334de6801651b15. --- .github/workflows/anchore-syft.yml | 2 +- .github/workflows/debian.yml | 2 +- .github/workflows/go.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/anchore-syft.yml b/.github/workflows/anchore-syft.yml index 704982e..9fb52ac 100644 --- a/.github/workflows/anchore-syft.yml +++ b/.github/workflows/anchore-syft.yml @@ -24,7 +24,7 @@ jobs: Anchore-Build-Scan: permissions: contents: write # required to upload to the Dependency submission API - runs-on: debian-latest + runs-on: ubuntu-latest steps: - name: Checkout the code uses: actions/checkout@v3 diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 33d1f9e..704f950 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -11,7 +11,7 @@ on: jobs: Create_Packages: name: Create Package - runs-on: debian-latest + runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v3 diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 37a8350..25b15e2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ on: jobs: build: - runs-on: debian-latest + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3