Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on: [pull_request, workflow_dispatch, workflow_call]
jobs:

stub-build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
# Keep these names short due to questionable Github UI choices
Expand All @@ -38,7 +38,7 @@ jobs:
libasan8:i386 libubsan1:i386 libquadmath0:i386 \

sudo apt-get -y install \
libc6-dev-i386 libstdc++-12-dev:i386
libc6-dev-i386 libstdc++-14-dev:i386

- name: apt-get install build tools
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ipc_fuzzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
jobs:

simple-IPC-fuzz_sh:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
libasan8:i386 libubsan1:i386 libquadmath0:i386 \

sudo apt-get -y install \
libc6-dev-i386 libstdc++-12-dev:i386
libc6-dev-i386 libstdc++-14-dev:i386

- name: apt-get install build tools
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sparse-zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

# We're sharing the sparse binary with the zephyr-build container so keep
# this in sync with it.
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zephyr-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
zephyr-utests:
name: Zephyr Unit Tests (ZTest)
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 10

steps:
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ manifest:

- name: zephyr
repo-path: zephyr
revision: 9075d5335596080291ebcc448819fed2110dcb9a
revision: c99605126cd9cce5684ddd9ad56aed5292004867
remote: zephyrproject

# Import some projects listed in zephyr/west.yml@revision
Expand Down
Loading