Skip to content

Commit 260570d

Browse files
committed
chore: upgrade Ubuntu runner from 22.04 to 24.04 and update dependencies
1 parent 11ad46b commit 260570d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
args: '--target aarch64-apple-darwin'
1818
- platform: 'macos-latest'
1919
args: '--target x86_64-apple-darwin'
20-
- platform: 'ubuntu-22.04'
20+
- platform: 'ubuntu-24.04'
2121
args: ''
2222
- platform: 'windows-latest'
2323
args: ''
@@ -43,10 +43,10 @@ jobs:
4343
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
4444

4545
- name: install dependencies (ubuntu only)
46-
if: matrix.platform == 'ubuntu-22.04'
46+
if: matrix.platform == 'ubuntu-24.04'
4747
run: |
4848
sudo apt-get update
49-
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
49+
sudo apt-get install pkg-config libclang-dev libxcb1-dev libxrandr-dev libdbus-1-dev libpipewire-0.3-dev libwayland-dev libegl-dev libglib2.0-dev libgtk-3-dev libwebkit2gtk-4.1-dev libgbm-dev libappindicator3-dev librsvg2-dev patchelf
5050
5151
- name: install frontend dependencies
5252
run: pnpm install
@@ -62,4 +62,4 @@ jobs:
6262
releaseBody: 'See the assets to download this version and install.'
6363
releaseDraft: true
6464
prerelease: false
65-
args: ${{ matrix.args }}
65+
args: ${{ matrix.args }}

0 commit comments

Comments
 (0)