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/')"