From 3cb023f2be462387938f9eea8a367050f8e6dda3 Mon Sep 17 00:00:00 2001 From: Joe Isaacs Date: Wed, 18 Mar 2026 19:04:47 +0000 Subject: [PATCH] fix Signed-off-by: Joe Isaacs --- .github/workflows/compat-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compat-validation.yml b/.github/workflows/compat-validation.yml index bdefc033964..6cd74b53598 100644 --- a/.github/workflows/compat-validation.yml +++ b/.github/workflows/compat-validation.yml @@ -25,7 +25,7 @@ jobs: compat-test: runs-on: >- ${{ github.repository == 'vortex-data/vortex' - && format('runs-on={0}/runner=amd64-medium/image=ubuntu24-full-x64-pre/tag=compat-validation', github.run_id) + && format('runs-on={0}/runner=amd64-medium/image=ubuntu24-full-x64-pre-v2/tag=compat-validation', github.run_id) || 'ubuntu-latest' }} timeout-minutes: 120 steps: