Skip to content

Commit 497ca9a

Browse files
committed
ci: use ubuntu 24.04
Move away from old ubuntu 20.04 and update to 24.04. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent caf673e commit 497ca9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
jobs:
1818
build:
1919
name: Build
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-24.04
2121

2222
steps:
2323
- name: Checkout

0 commit comments

Comments
 (0)