diff --git a/.github/workflows/file_read_write_round_trip_verification/download_file.yml b/.github/workflows/file_read_write_round_trip_verification/download_file.yml index 8341e184d8..c255fe7d47 100644 --- a/.github/workflows/file_read_write_round_trip_verification/download_file.yml +++ b/.github/workflows/file_read_write_round_trip_verification/download_file.yml @@ -2,12 +2,13 @@ name: Lance File Write Read Round Trip Verification on: [pull_request] jobs: - download: - runs-on: ubuntu-latest + run: + name: Lance File Write Read Round Trip Verification + runs-on: "ubuntu-24.04" steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5