LuciferYang commented on code in PR #49980:
URL: https://github.com/apache/spark/pull/49980#discussion_r1957671293
##########
.github/workflows/build_and_test.yml:
##########
@@ -1028,8 +1028,8 @@ jobs:
needs: precondition
if: fromJson(needs.precondition.outputs.required).tpcds-1g == 'true'
name: Run TPC-DS queries with SF=1
- # Pin to 'Ubuntu 20.04' due to 'databricks/tpcds-kit' compilation
- runs-on: ubuntu-20.04
+ # Pin to 'Ubuntu 24.04' due to 'databricks/tpcds-kit' compilation
+ runs-on: ubuntu-24.04
Review Comment:
can we just use `ubuntu-latest` as others
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]