diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index dc0f6a7..29f8716 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -5,7 +5,7 @@ on: - cron: "0 2 */7 * *" jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 name: Build amd64 and arm64 images steps: - name: Checkout API repo