Skip to content

Commit d94c139

Browse files
authored
Update advanced-example.yml
1 parent cce40bc commit d94c139

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/advanced-example.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on: [push, pull_request]
44
jobs:
55
build_job:
66
# The host should always be linux
7-
runs-on: ubuntu-22.04
7+
runs-on: ubuntu-24.04
88
name: Build on ${{ matrix.distro }} ${{ matrix.arch }}
99

1010
# Run steps on a matrix of 4 arch/distro combinations
1111
strategy:
1212
matrix:
1313
include:
1414
- arch: aarch64
15-
distro: ubuntu22.04
15+
distro: ubuntu24.04
1616
- arch: ppc64le
1717
distro: alpine_latest
1818
- arch: riscv64
@@ -23,10 +23,10 @@ jobs:
2323
distro: bullseye
2424
- arch: none
2525
distro: none
26-
base_image: ubuntu:22.04
26+
base_image: ubuntu:24.04
2727
- arch: none
2828
distro: none
29-
base_image: --platform=linux/riscv64 riscv64/ubuntu:22.04
29+
base_image: --platform=linux/riscv64 riscv64/ubuntu:24.04
3030

3131
steps:
3232
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)