Skip to content

Commit

Permalink
SOFTWARE-5924: Remove OSG 3.6 builds from Github Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphall authored Jul 3, 2024
1 parent d359872 commit 526fde5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ jobs:
image: ${{ fromJson(needs.build-image-list.outputs.images) }}
yum_repo: ['development', 'testing', 'release']
series:
- name: '3.6'
os: 'el9'
- name: '23'
os: 'el9'
steps:
Expand All @@ -115,8 +113,6 @@ jobs:
matrix:
image: ${{ fromJson(needs.build-image-list.outputs.images) }}
series:
- name: '3.6'
os: 'el9'
- name: '23'
os: 'el9'
steps:
Expand Down

0 comments on commit 526fde5

Please sign in to comment.