Skip to content

Commit 72408c2

Browse files
[nrf noup] Bump the Ubuntu version for release tools.
Ubuntu 20.04 is deprecated and cannot be used to run build of the release tools. The deprecation took place on 15.04.2025. Switched to the next stable version: 22.04. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
1 parent 0539fd4 commit 72408c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release_tools.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
name: Build CHIP Tools
3131
timeout-minutes: 60
3232

33-
runs-on: ubuntu-20.04
33+
runs-on: ubuntu-22.04
3434

3535
env:
3636
DEBIAN_FRONTEND: noninteractive
3737

3838
container:
39-
image: ubuntu:20.04
39+
image: ubuntu:22.04
4040
volumes:
4141
- "/tmp/log_output:/tmp/test_logs"
4242
- "/tmp/output_binaries:/tmp/output_binaries"

0 commit comments

Comments
 (0)