From 92ba34b5c5c0fdd6232ed5f497f9b17e8a6c9222 Mon Sep 17 00:00:00 2001 From: Shouren Yang Date: Fri, 27 Dec 2024 17:27:04 +0800 Subject: [PATCH] fix(workflow): Update integration-test.yml for runing on new self-hosted runners --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 5fd30cfedfd..115ac09669f 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -27,7 +27,7 @@ env: jobs: openmldb-test-python: - runs-on: ubuntu-latest + runs-on: [self-hosted, generic] container: image: ghcr.io/4paradigm/hybridsql:latest steps: