diff --git a/.github/workflows/test-warehouse.yml b/.github/workflows/test-warehouse.yml index e3998e005..cdddc2ed1 100644 --- a/.github/workflows/test-warehouse.yml +++ b/.github/workflows/test-warehouse.yml @@ -52,7 +52,7 @@ env: jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest concurrency: # This is what eventually defines the schema name in the data platform. group: tests_${{ inputs.warehouse-type }}_dbt_${{ inputs.dbt-version }}_${{ github.head_ref || github.ref_name }}