This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 757e0d5cca GH-37129: [CI][Docs] Use Ubuntu 22.04 (#37132)
757e0d5cca is described below
commit 757e0d5cca1124139cd08512882debcb7b4d65d5
Author: Sutou Kouhei <[email protected]>
AuthorDate: Sun Aug 13 05:56:20 2023 +0900
GH-37129: [CI][Docs] Use Ubuntu 22.04 (#37132)
### 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]>
---
.github/workflows/docs.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index ac9ca6da25..a4629001f8 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -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