Skip to content

Commit bc8a4bb

Browse files
authored
Run workflows on Ubuntu 24 (#583)
1 parent 2df0c74 commit bc8a4bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
package:
88
name: 'Package'
9-
runs-on: 'ubuntu-20.04'
9+
runs-on: 'ubuntu-24.04'
1010
steps:
1111
- name: 'Check out repository'
1212
uses: 'actions/checkout@v2'

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
librdkafka: 'master'
169169
experimental: true
170170

171-
runs-on: 'ubuntu-20.04'
171+
runs-on: 'ubuntu-24.04'
172172
continue-on-error: ${{ !!matrix.experimental }}
173173
env:
174174
PHP_VERSION: ${{ matrix.php }}
@@ -184,12 +184,12 @@ jobs:
184184
with:
185185
path: 'php-rdkafka'
186186

187-
- uses: actions/cache@v2
187+
- uses: actions/cache@v4
188188
with:
189189
path: ~/build-cache/php
190190
key: ${{ runner.os }}-${{ matrix.arch }}-${{ matrix.php }}-${{ matrix.memcheck }}
191191

192-
- uses: actions/cache@v2
192+
- uses: actions/cache@v4
193193
with:
194194
path: ~/build-cache/librdkafka
195195
key: ${{ runner.os }}-${{ matrix.arch }}-${{ matrix.librdkafka }}

0 commit comments

Comments
 (0)