Skip to content

Commit

Permalink
Bump Python jobs fro Ubuntu 20.04 to Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Sep 16, 2024
1 parent a2390ce commit 336b9bb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1285,20 +1285,20 @@ tasks:
flags: "-e ARROW_S3=OFF -e ARROW_GANDIVA=OFF"
image: debian-python

test-ubuntu-20.04-python-3:
test-ubuntu-22.04-python-3:
ci: github
template: docker-tests/github.linux.yml
params:
env:
UBUNTU: 20.04
UBUNTU: 22.04
image: ubuntu-python

test-ubuntu-22.04-python-3:
test-ubuntu-24.04-python-3:
ci: github
template: docker-tests/github.linux.yml
params:
env:
UBUNTU: 22.04
UBUNTU: 24.04
image: ubuntu-python

test-fedora-39-python-3:
Expand Down Expand Up @@ -1518,12 +1518,16 @@ tasks:
ci: github
template: docker-tests/github.cuda.yml
params:
env:
UBUNTU: 22.04
image: ubuntu-cuda-cpp

test-cuda-python:
ci: github
template: docker-tests/github.cuda.yml
params:
env:
UBUNTU: 22.04
image: ubuntu-cuda-python

############################## Fuzz tests #################################
Expand Down

0 comments on commit 336b9bb

Please sign in to comment.