Skip to content

Commit

Permalink
Merge pull request #194 from opensciencegrid/SOFTWARE-5924-remove-el7…
Browse files Browse the repository at this point in the history
…-builds

SOFTWARE-5924: Remove el7 builds from Github Workflows
  • Loading branch information
matyasselmeci authored Jul 2, 2024
2 parents a8d1a30 + 4046e03 commit d359872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
yum_repo: ['development', 'testing', 'release']
series:
- name: '3.6'
os: 'el7'
os: 'el9'
- name: '23'
os: 'el9'
steps:
Expand All @@ -116,7 +116,7 @@ jobs:
image: ${{ fromJson(needs.build-image-list.outputs.images) }}
series:
- name: '3.6'
os: 'el7'
os: 'el9'
- name: '23'
os: 'el9'
steps:
Expand Down

0 comments on commit d359872

Please sign in to comment.