Skip to content

Commit 1dc724d

Browse files
committed
use newer ubuntu for old varnish
1 parent b36a169 commit 1dc724d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
varnish5:
9797
name: PHP ${{ matrix.php }} Legacy Varnish 5
98-
runs-on: ubuntu-18.04
98+
runs-on: ubuntu-20.04
9999
env:
100100
VARNISH_VERSION: '5.1'
101101
VARNISH_MODULES_VERSION: '0.14.0'
@@ -132,7 +132,7 @@ jobs:
132132

133133
varnish4:
134134
name: PHP ${{ matrix.php }} Legacy Varnish 4
135-
runs-on: ubuntu-18.04
135+
runs-on: ubuntu-20.04
136136
env:
137137
VARNISH_VERSION: '4.1'
138138
VARNISH_MODULES_VERSION: '' # varnish modules compilation fails, not sure why

0 commit comments

Comments
 (0)