diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f99778e2..08842cbe9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ jobs: flavor: ["dev", "prod"] fail-fast: false runs-on: mempool-ci + runs-on: ubuntu-latest name: Backend (${{ matrix.flavor }}) - node ${{ matrix.node }} steps: @@ -67,6 +68,7 @@ jobs: cache: name: "Cache assets for builds" runs-on: mempool-ci + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3 @@ -164,6 +166,7 @@ jobs: flavor: ["dev", "prod"] fail-fast: false runs-on: mempool-ci + runs-on: ubuntu-latest name: Frontend (${{ matrix.flavor }}) - node ${{ matrix.node }} steps: @@ -247,6 +250,7 @@ jobs: e2e: if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')" runs-on: mempool-ci + runs-on: ubuntu-latest needs: frontend strategy: fail-fast: false @@ -379,6 +383,7 @@ jobs: validate_docker_json: if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')" runs-on: mempool-ci + runs-on: ubuntu-latest name: Validate generated backend Docker JSON steps: diff --git a/.github/workflows/docker_update_latest_tag.yml b/.github/workflows/docker_update_latest_tag.yml index c5ba87f58..5d21697d5 100644 --- a/.github/workflows/docker_update_latest_tag.yml +++ b/.github/workflows/docker_update_latest_tag.yml @@ -15,7 +15,7 @@ jobs: service: - frontend - backend - runs-on: mempool-ci + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/get_backend_block_height.yml b/.github/workflows/get_backend_block_height.yml index 73db6107e..ae30188e5 100644 --- a/.github/workflows/get_backend_block_height.yml +++ b/.github/workflows/get_backend_block_height.yml @@ -4,7 +4,7 @@ on: [workflow_dispatch] jobs: print-backend-sha: - runs-on: mempool-ci + runs-on: ubuntu-latest name: Get block height steps: - name: Checkout diff --git a/.github/workflows/get_backend_hash.yml b/.github/workflows/get_backend_hash.yml index d63860c5e..0e31735b6 100644 --- a/.github/workflows/get_backend_hash.yml +++ b/.github/workflows/get_backend_hash.yml @@ -4,7 +4,7 @@ on: [workflow_dispatch] jobs: print-backend-sha: - runs-on: mempool-ci + runs-on: ubuntu-latest name: Print backend hashes steps: - name: Checkout diff --git a/.github/workflows/get_image_digest.yml b/.github/workflows/get_image_digest.yml index 3d86c860c..18ad39fde 100644 --- a/.github/workflows/get_image_digest.yml +++ b/.github/workflows/get_image_digest.yml @@ -10,7 +10,7 @@ on: type: string jobs: print-images-sha: - runs-on: mempool-ci + runs-on: ubuntu-latest name: Print digest for images steps: - name: Checkout diff --git a/.github/workflows/on-tag.yml b/.github/workflows/on-tag.yml index b02d9ff03..1447ec4ab 100644 --- a/.github/workflows/on-tag.yml +++ b/.github/workflows/on-tag.yml @@ -21,7 +21,7 @@ jobs: service: - frontend - backend - runs-on: mempool-ci + runs-on: ubuntu-latest timeout-minutes: 120 name: Build and push to DockerHub steps: