Skip to content

Commit 0eb8bba

Browse files
committed
ci: try to switch to ubuntu 24 runner
1 parent 26d7371 commit 0eb8bba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
permissions:
2626
contents: write # for softprops/action-gh-release to create GitHub release
2727
# The type of runner that the job will run on
28-
runs-on: ubuntu-latest
28+
#runs-on: ubuntu-latest
29+
runs-on: ubuntu-24.04
2930

3031
# Steps represent a sequence of tasks that will be executed as part of the job
3132
steps:
@@ -69,7 +70,7 @@ jobs:
6970
sudo dpkg --add-architecture armhf
7071
sudo dpkg --add-architecture arm64
7172
sudo apt update
72-
sudo apt install ccache libssl3:armhf libssl3:arm64 libssl-dev:armhf libssl-dev:arm64 u-boot-tools python3-mako debhelper fakeroot gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu make device-tree-compiler libncurses5-dev libelf-dev
73+
sudo apt install ccache libssl-dev:armhf libssl-dev:arm64 u-boot-tools python3-mako debhelper fakeroot gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu make device-tree-compiler libncurses5-dev libelf-dev
7374
7475
- name: Generate Changelog
7576
run: |

0 commit comments

Comments
 (0)