Skip to content

Commit

Permalink
.github: Lock pipeline to ubuntu-24.04
Browse files Browse the repository at this point in the history
Signed-off-by: Casper Andersson <[email protected]>
  • Loading branch information
cappe987 committed Dec 30, 2024
1 parent 379e912 commit ee905c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
build:
name: Build x86
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Configure
Expand All @@ -37,7 +37,7 @@ jobs:
sudo make pipeline_test
build-aarch64:
name: Build aarch64
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Installing dependencies
Expand All @@ -54,7 +54,7 @@ jobs:
make
build-arm:
name: Build arm
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Installing dependencies
Expand Down

0 comments on commit ee905c3

Please sign in to comment.