Skip to content

Commit 6783e0e

Browse files
committed
ci: switch to Ubuntu 24.04 CI runner
Signed-off-by: Akira Moroo <retrage01@gmail.com>
1 parent 8cdbd19 commit 6783e0e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
jobs:
88
build:
99
name: Build
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
strategy:
1212
fail-fast: false
1313
matrix:

.github/workflows/docker-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616

1717
jobs:
1818
main:
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020
steps:
2121
- name: Code checkout
2222
uses: actions/checkout@v4

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
release:
99
if: github.event_name == 'create' && github.event.ref_type == 'tag'
1010
name: Release
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- name: Code checkout
1414
uses: actions/checkout@v4

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
include:
12-
- runner: ubuntu-22.04
12+
- runner: ubuntu-24.04
1313
coreboot-tests: true
1414
- runner: bookworm-arm64
1515
coreboot-tests: false

0 commit comments

Comments
 (0)