Skip to content

Commit

Permalink
ci: cover current pmix/ompi
Browse files Browse the repository at this point in the history
Problem: ci is testing ompi/pmix versions from 2 years ago.

Build ompi-5.0.6 and pmix-4.2.9 on fedora.
  • Loading branch information
garlick committed Dec 10, 2024
1 parent ae86be1 commit 5a28546
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
coverage: true
env:
COVERAGE: t
- name: "fedora34 - ompi v5.0.x"
- name: "fedora34 - ompi v5.0.6"
image: "fedora34"
ompi_branch: "v5.0.0rc12"
openpmix_branch: "v4.2.3"
ompi_branch: "v5.0.6"
openpmix_branch: "v4.2.9"
coverage: false
env: {}
- name: "jammy - ompi v4.1.x"
Expand Down

0 comments on commit 5a28546

Please sign in to comment.