Skip to content

Commit

Permalink
Update GitHub CI run image for license check job
Browse files Browse the repository at this point in the history
GitHub runs include this warning

    The Ubuntu-20.04 brownout takes place from 2025-02-01.
    For more details, see actions/runner-images#11101

`test-datafusion-pyarrow` doesn't work on the latest image, needs to be
fixed separately.
  • Loading branch information
findepi committed Feb 15, 2025
1 parent 1626c00 commit 0d81031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on:
jobs:
# Check license header
license-header-check:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: Check License Header
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0d81031

Please sign in to comment.