Skip to content

Commit a4298ca

Browse files
committed
disable focal e2e
1 parent c01adff commit a4298ca

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,17 +109,14 @@ jobs:
109109
e2e:
110110
strategy:
111111
matrix:
112-
distro: [ noble, jammy, focal, docker ]
112+
distro: [ noble, jammy, docker ]
113113
include:
114114
- distro: noble
115115
version: '24.04'
116116

117117
- distro: jammy
118118
version: '22.04'
119119

120-
- distro: focal
121-
version: '20.04'
122-
123120
- distro: docker
124121
version: latest
125122

0 commit comments

Comments
 (0)