Skip to content

Commit a7cf293

Browse files
JohnAZoidbergkiram9
authored andcommitted
fwk: Build hx20 and hx30 on
BUG=Github stopped building because 20.04 isn't supported anymore since april 15, 2025 BRANCH=fwk-hx20-hx30-4410 TEST=Github builds again Signed-off-by: Daniel Schaefer <[email protected]>
1 parent ae2c714 commit a7cf293

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/hx20.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, workflow_dispatch]
55
jobs:
66
build:
77
name: Build hx20 evt
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-24.04
99

1010
steps:
1111
- name: install toolchain

.github/workflows/hx30.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, workflow_dispatch]
55
jobs:
66
build:
77
name: Build hx30
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-24.04
99

1010
steps:
1111
- name: install toolchain

0 commit comments

Comments
 (0)