From 55ae7a631da4ec2455b403e5af9bbd953f044f54 Mon Sep 17 00:00:00 2001 From: Gokhan Gulbiz Date: Tue, 19 Sep 2023 09:27:28 +0300 Subject: [PATCH] Update sqlancer-test-pipelines.yml --- .github/workflows/sqlancer-test-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sqlancer-test-pipelines.yml b/.github/workflows/sqlancer-test-pipelines.yml index 16620a693..b42795120 100644 --- a/.github/workflows/sqlancer-test-pipelines.yml +++ b/.github/workflows/sqlancer-test-pipelines.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: inputs: citus_release: - default: release-11.1 + default: main description: 'Branch, tag or SHA to run tests against' required: true @@ -13,7 +13,7 @@ jobs: run-sqlancer-test-on-citus: runs-on: ubuntu-latest container: - image: 'citus/exttester:15.1-dev-895be1f' + image: 'citus/exttester:15.4-dev-c5dad6b' steps: - name: Checkout citus release