Skip to content

Commit

Permalink
GH-37129: [CI][Docs] Use Ubuntu 22.04 (#37132)
Browse files Browse the repository at this point in the history
### Rationale for this change

It also reduces disk usage because we can use system gRPC on Ubuntu 22.04.

### What changes are included in this PR?

Use Ubuntu 22.04.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: #37129

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
kou authored Aug 12, 2023
1 parent 9f1fdda commit 757e0d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ env:
jobs:

complete:
name: AMD64 Ubuntu 20.04 Complete Documentation
name: AMD64 Ubuntu 22.04 Complete Documentation
runs-on: ubuntu-latest
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
timeout-minutes: 150
env:
UBUNTU: "20.04"
UBUNTU: "22.04"
steps:
- name: Checkout Arrow
uses: actions/checkout@v3
Expand Down

0 comments on commit 757e0d5

Please sign in to comment.