Skip to content

Commit 55ff9ae

Browse files
authored
Merge pull request #26 from jpartlow/drop-ubuntu-18.04
Drop ubuntu-18.04 from acceptance and esbake builds
2 parents dba02ae + eeefc4d commit 55ff9ae

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/beaker_acceptance.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ on:
198198
["debian", "12"],
199199
["rocky", "8"],
200200
["rocky", "9"],
201-
["ubuntu", "18.04"],
202201
["ubuntu", "20.04"],
203202
["ubuntu", "22.04"],
204203
["ubuntu", "24.04"]

.github/workflows/build_ezbake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ env:
2929
# https://github.com/boto/boto3/issues/4398#issuecomment-2619946229
3030
AWS_REQUEST_CHECKSUM_CALCULATION: "WHEN_REQUIRED"
3131
AWS_RESPONSE_CHECKSUM_VALIDATION: "WHEN_REQUIRED"
32-
DEB_PLATFORMS: ${{ inputs.deb_platform_list || 'ubuntu-18.04,ubuntu-20.04,ubuntu-22.04,ubuntu-24.04,debian-11,debian-12' }}
32+
DEB_PLATFORMS: ${{ inputs.deb_platform_list || 'ubuntu-20.04,ubuntu-22.04,ubuntu-24.04,debian-11,debian-12' }}
3333
RPM_PLATFORMS: ${{ inputs.rpm_platform_list || 'el-7,el-8,el-9,el-10,sles-15,amazon-2023' }}
3434
EZBAKE_BRANCH: ${{ inputs.ezbake-ref }}
3535

0 commit comments

Comments
 (0)