Skip to content

Commit

Permalink
ci: add el9
Browse files Browse the repository at this point in the history
Problem: we have an el9 image now, but it is not run in ci.

Add an el9 builder.
  • Loading branch information
garlick committed Dec 11, 2024
1 parent c50d8ab commit 8283166
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
openpmix_branch: "v4.2.9"
coverage: false
env: {}
- name: "el9 - ompi v5"
image: "el9"
ompi_branch: "v5.0.6"
openpmix_branch: "v4.2.9"
coverage: false
env: {}
- name: "jammy - ompi v4.1.x"
image: "jammy"
ompi_branch: "v4.1.x"
Expand Down

0 comments on commit 8283166

Please sign in to comment.