Skip to content

Commit 91e6621

Browse files
authored
Merge pull request #4634 from kolyshkin/gha-rm-ubu2004
CI: gha: rm ubuntu-20.04
2 parents c873744 + 4244978 commit 91e6621

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
os: [ubuntu-20.04, ubuntu-24.04, actuated-arm64-6cpu-8gb]
26+
os: [ubuntu-24.04, actuated-arm64-6cpu-8gb]
2727
go-version: [1.23.x, 1.24.x]
2828
rootless: ["rootless", ""]
2929
race: ["-race", ""]
@@ -172,8 +172,6 @@ jobs:
172172
run: sudo -E PATH="$PATH" script -e -c 'make local${{ matrix.rootless }}integration'
173173

174174
- name: integration test (systemd driver)
175-
# Skip rootless+systemd for ubuntu 20.04 because of cgroup v1.
176-
if: ${{ !(matrix.os == 'ubuntu-20.04' && matrix.rootless == 'rootless') }}
177175
run: |
178176
# Delegate all cgroup v2 controllers to rootless user via --systemd-cgroup.
179177
# The default (since systemd v252) is "pids memory cpu".

0 commit comments

Comments
 (0)