Skip to content

Commit

Permalink
ci: update ompi v5 version
Browse files Browse the repository at this point in the history
Problem: we are testing an early pre-release of ompi v5

Replace ompi v5.0.0rc12 builds with 5.0.6 (the latest in the v5 series).
  • Loading branch information
garlick committed Dec 11, 2024
1 parent d7f3723 commit 3ecff1c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
include:
- name: "jammy - chain_lint"
image: "jammy"
ompi_branch: "v5.0.0rc12"
ompi_branch: "v5.0.6"
openpmix_branch: "v4.2.9"
coverage: false
env:
chain_lint: t
- name: "el8 - distcheck"
image: "el8"
ompi_branch: "v5.0.0rc12"
ompi_branch: "v5.0.6"
openpmix_branch: "v4.2.9"
coverage: false
env:
Expand All @@ -44,14 +44,14 @@ jobs:
env: {}
- name: "jammy - coverage"
image: "jammy"
ompi_branch: "v5.0.0rc12"
ompi_branch: "v5.0.6"
openpmix_branch: "v4.2.9"
coverage: true
env:
COVERAGE: t
- name: "fedora34 - ompi v5.0.x"
- name: "fedora34 - ompi v5.0.6"
image: "fedora34"
ompi_branch: "v5.0.0rc12"
ompi_branch: "v5.0.6"
openpmix_branch: "v4.2.9"
coverage: false
env: {}
Expand Down

0 comments on commit 3ecff1c

Please sign in to comment.