File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
jobs :
7
7
package :
8
8
name : ' Package'
9
- runs-on : ' ubuntu-20 .04'
9
+ runs-on : ' ubuntu-24 .04'
10
10
steps :
11
11
- name : ' Check out repository'
12
12
uses : ' actions/checkout@v2'
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ jobs:
168
168
librdkafka : ' master'
169
169
experimental : true
170
170
171
- runs-on : ' ubuntu-20 .04'
171
+ runs-on : ' ubuntu-24 .04'
172
172
continue-on-error : ${{ !!matrix.experimental }}
173
173
env :
174
174
PHP_VERSION : ${{ matrix.php }}
@@ -184,12 +184,12 @@ jobs:
184
184
with :
185
185
path : ' php-rdkafka'
186
186
187
- - uses : actions/cache@v2
187
+ - uses : actions/cache@v4
188
188
with :
189
189
path : ~/build-cache/php
190
190
key : ${{ runner.os }}-${{ matrix.arch }}-${{ matrix.php }}-${{ matrix.memcheck }}
191
191
192
- - uses : actions/cache@v2
192
+ - uses : actions/cache@v4
193
193
with :
194
194
path : ~/build-cache/librdkafka
195
195
key : ${{ runner.os }}-${{ matrix.arch }}-${{ matrix.librdkafka }}
You can’t perform that action at this time.
0 commit comments