Skip to content

Commit 583adba

Browse files
committed
fix: update release workflow to use Ubuntu 22.04 and consistent dependencies
1 parent b13419d commit 583adba

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
@@ -56,7 +56,7 @@ jobs:
5656
target: 'x86_64-apple-darwin'
5757
name: 'macOS-x64'
5858
rust_target: 'x86_64-apple-darwin'
59-
- platform: 'ubuntu-20.04'
59+
- platform: 'ubuntu-22.04'
6060
args: ''
6161
target: 'x86_64-unknown-linux-gnu'
6262
name: 'Linux-x64'
@@ -87,10 +87,10 @@ jobs:
8787
workspaces: './glsp-tauri/src-tauri -> target'
8888

8989
- name: Install dependencies (Ubuntu only)
90-
if: matrix.platform == 'ubuntu-20.04'
90+
if: matrix.platform == 'ubuntu-22.04'
9191
run: |
9292
sudo apt-get update
93-
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libayatana-appindicator3-dev librsvg2-dev libsoup2.4-dev libjavascriptcoregtk-4.0-dev libjavascriptcoregtk-4.1-dev
93+
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev librsvg2-dev libsoup2.4-dev
9494
9595
- name: Install web client dependencies
9696
run: |
@@ -161,7 +161,7 @@ jobs:
161161
}
162162
163163
- name: Upload Linux artifacts
164-
if: matrix.platform == 'ubuntu-20.04'
164+
if: matrix.platform == 'ubuntu-22.04'
165165
uses: actions/github-script@v6
166166
with:
167167
script: |

0 commit comments

Comments
 (0)