Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 13, 2025
1 parent e57b23a commit 2db5d69
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -875,15 +875,13 @@ tasks:
params:
image: conda-cpp-valgrind

{% for ubuntu_version in ["22.04", "24.04"] %}
test-ubuntu-{{ ubuntu_version }}-cpp:
test-ubuntu-22.04-cpp:
ci: github
template: docker-tests/github.linux.yml
params:
env:
UBUNTU: "{{ ubuntu_version }}"
UBUNTU: 22.04
image: ubuntu-cpp
{% endfor %}

test-ubuntu-22.04-cpp-bundled:
ci: github
Expand Down

0 comments on commit 2db5d69

Please sign in to comment.