diff --git a/.github/workflows/test-warehouse.yml b/.github/workflows/test-warehouse.yml index e3998e005..e9993dd6d 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-22.04 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 }}