From 7c3f200fa4ac81f4ec6ca1b6e542652efc60664a Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Sun, 15 Jun 2025 22:13:57 -0700 Subject: [PATCH] ci: fix ubuntu version pin for columnq-cli --- .github/workflows/columnq_cli_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/columnq_cli_release.yml b/.github/workflows/columnq_cli_release.yml index c91e95c..ffc9b42 100644 --- a/.github/workflows/columnq_cli_release.yml +++ b/.github/workflows/columnq_cli_release.yml @@ -18,7 +18,7 @@ jobs: # skip tag version validation on non-release branch run validate-release-tag: name: Validate git tag - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 if: "startsWith(github.ref, 'refs/tags/')"