Skip to content

Commit

Permalink
GH-40570: [CI] Default environment to Ubuntu 22.04 instead of 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Sep 17, 2024
1 parent 87d6477 commit 6169d94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ALMALINUX=8
ALPINE_LINUX=3.16
DEBIAN=12
FEDORA=39
UBUNTU=20.04
UBUNTU=22.04

# Default versions for various dependencies
CLANG_TOOLS=14
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
python: "3.11"
env:
PYTHON: ${{ matrix.python || 3.9 }}
UBUNTU: ${{ matrix.ubuntu || 20.04 }}
UBUNTU: ${{ matrix.ubuntu || 22.04 }}
PANDAS: ${{ matrix.pandas || 'latest' }}
NUMPY: ${{ matrix.numpy || 'latest' }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ tasks:
template: docker-tests/github.linux.yml
params:
env:
UBUNTU: 20.04
UBUNTU: 22.04
flags: >-
-e ARROW_AZURE=OFF
-e ARROW_GANDIVA=OFF
Expand Down

0 comments on commit 6169d94

Please sign in to comment.