File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 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".
You can’t perform that action at this time.
0 commit comments