Skip to content

Commit bd9b5fd

Browse files
committed
ci(workflow): 更新 Ubuntu 版本和依赖库
1 parent 8763eb5 commit bd9b5fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- os: macos-latest
4141
artifact_name: web-serial-macos
4242
asset_name: web-serial-macos.zip
43-
- os: ubuntu-latest
43+
- os: ubuntu-22.04
4444
artifact_name: web-serial-linux
4545
asset_name: web-serial-linux.zip
4646

@@ -55,10 +55,10 @@ jobs:
5555
go-version: '1.21'
5656

5757
- name: Install Linux dependencies
58-
if: matrix.os == 'ubuntu-latest'
58+
if: matrix.os == 'ubuntu-22.04'
5959
run: |
6060
sudo apt-get update
61-
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev
61+
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libayatana-appindicator3-dev
6262
6363
- name: Download frontend artifact
6464
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)