Skip to content

Commit 4a041ea

Browse files
committed
ci: upgrade ci container to 26.04
Signed-off-by: Jason Truong <jason.truong@windriver.com>
1 parent c14a2fa commit 4a041ea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@ on:
2727
push:
2828
branches:
2929
- wr-integration
30+
- ci-ubuntu-2604
3031
pull_request:
3132
branches:
3233
- wr-integration
3334

3435
jobs:
3536
build:
36-
runs-on: ubuntu-22.04
37+
runs-on: ubuntu:26.04
3738
steps:
3839
- name: Checkout QEMU source
3940
uses: actions/checkout@v4

0 commit comments

Comments
 (0)