Skip to content

Commit d66b8c6

Browse files
committed
Update GitHub CI run image
GitHub runs include this warning The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see actions/runner-images#11101 Let's try not to depend on particular image for these jobs. The exact image *usually* does not matter and we don't pin image for all the other jobs.
1 parent 84f1b69 commit d66b8c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ on:
4141
jobs:
4242
# Check license header
4343
license-header-check:
44-
runs-on: ubuntu-20.04
44+
runs-on: ubuntu-latest
4545
name: Check License Header
4646
steps:
4747
- uses: actions/checkout@v4
@@ -389,7 +389,7 @@ jobs:
389389
test-datafusion-pyarrow:
390390
name: cargo test pyarrow (amd64)
391391
needs: linux-build-lib
392-
runs-on: ubuntu-20.04
392+
runs-on: ubuntu-latest
393393
container:
394394
image: amd64/rust:bullseye # Workaround https://github.com/actions/setup-python/issues/721
395395
steps:

0 commit comments

Comments
 (0)