From 9535ed5332c149eb07a0b4d908dd7c4ffa8455f4 Mon Sep 17 00:00:00 2001 From: mi1ktea <871158362@qq.com> Date: Wed, 17 Jul 2024 13:39:30 +0800 Subject: [PATCH] update --- .github/workflows/benchmark-machine.yml | 2 +- .github/workflows/benchmark-runtime-weights.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark-machine.yml b/.github/workflows/benchmark-machine.yml index a4150db91a..de13385e25 100644 --- a/.github/workflows/benchmark-machine.yml +++ b/.github/workflows/benchmark-machine.yml @@ -16,7 +16,7 @@ env: jobs: ## run the benchmarking remotely benchmark-machine: - runs-on: jumphost.azure + runs-on: ubuntu-latest steps: - name: Checkout codes on ${{ github.ref }} uses: actions/checkout@v4 diff --git a/.github/workflows/benchmark-runtime-weights.yml b/.github/workflows/benchmark-runtime-weights.yml index 91cb5e2399..a9d6d85f0c 100644 --- a/.github/workflows/benchmark-runtime-weights.yml +++ b/.github/workflows/benchmark-runtime-weights.yml @@ -77,7 +77,7 @@ jobs: ## run the benchmarking remotely benchmark: - runs-on: jumphost.azure + runs-on: ubuntu-latest needs: build-docker # see https://github.com/actions/runner/issues/491 if: |