Skip to content

Commit 5c0acd7

Browse files
chore(deps): update dependency ubuntu to v24 (#725)
--------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Max Jöhnk <[email protected]>
1 parent e63dace commit 5c0acd7

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
1515
build-linux:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
env:
1818
SENTRY_KEY: ${{ secrets.SENTRY_KEY }}
1919
steps:
@@ -108,6 +108,8 @@ jobs:
108108
libzimg-dev \
109109
yasm
110110
- uses: taiki-e/install-action@protoc
111+
- name: Install cbindgen
112+
run: cargo install --force cbindgen
111113
- uses: actions/checkout@v4
112114
with:
113115
submodules: recursive

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Name the Job
3333
name: Lint Code Base
3434
# Set the agent to run on
35-
runs-on: ubuntu-22.04
35+
runs-on: ubuntu-24.04
3636

3737
permissions:
3838
contents: read

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
1515
test-linux:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- name: Free Disk Space
1919
uses: jlumbroso/free-disk-space@main
@@ -110,6 +110,8 @@ jobs:
110110
libwavpack-dev \
111111
libzimg-dev \
112112
yasm
113+
- name: Install cbindgen
114+
run: cargo install --force cbindgen
113115
- uses: taiki-e/install-action@protoc
114116
- uses: nschloe/action-cached-lfs-checkout@v1
115117
- uses: subosito/flutter-action@v2

0 commit comments

Comments
 (0)