diff --git a/.github/workflows/build-push-containers-all.yml b/.github/workflows/build-push-containers-all.yml index 8088a266d..7bd7b62c6 100644 --- a/.github/workflows/build-push-containers-all.yml +++ b/.github/workflows/build-push-containers-all.yml @@ -16,7 +16,7 @@ on: jobs: read-github-context-object: - runs-on: buildjet-8vcpu-ubuntu-2404 + runs-on: ubuntu-latest steps: # I know this is not pretty (debug information) but it's useful to have this - name: Read github context diff --git a/.github/workflows/checks-all.yml b/.github/workflows/checks-all.yml index 06aad1700..8b5bf4493 100755 --- a/.github/workflows/checks-all.yml +++ b/.github/workflows/checks-all.yml @@ -13,7 +13,7 @@ on: jobs: read-github-context-object: - runs-on: buildjet-8vcpu-ubuntu-2404 + runs-on: ubuntu-latest steps: # I know this is not pretty (debug information) but it's useful to have this - name: Read github context