Skip to content

Commit 2a3af43

Browse files
authored
[chore][ci]puppet-test: remove ubuntu-20.04 GH runner (#6092)
1 parent 85f98d1 commit 2a3af43

File tree

2 files changed

+1
-38
lines changed

2 files changed

+1
-38
lines changed

.github/workflows/puppet-test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,7 @@ jobs:
8080

8181
puppet-test:
8282
name: puppet-test
83-
# Amazon Linux 2 uses cgroup v1
84-
# Ubuntu 24.04 uses cgroup v2
85-
# Fallback to Ubuntu 20.04 when appropriate
86-
runs-on: ubuntu-${{ matrix.DISTRO != 'amazonlinux-2' && '24.04' || '20.04' }}
83+
runs-on: ubuntu-24.04
8784
timeout-minutes: 60
8885
needs:
8986
- puppet-lint

packaging/tests/deployments/puppet/images/rpm/Dockerfile.amazonlinux-2

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)