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