We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8763eb5 commit bd9b5fdCopy full SHA for bd9b5fd
1 file changed
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
- os: macos-latest
41
artifact_name: web-serial-macos
42
asset_name: web-serial-macos.zip
43
- - os: ubuntu-latest
+ - os: ubuntu-22.04
44
artifact_name: web-serial-linux
45
asset_name: web-serial-linux.zip
46
@@ -55,10 +55,10 @@ jobs:
55
go-version: '1.21'
56
57
- name: Install Linux dependencies
58
- if: matrix.os == 'ubuntu-latest'
+ if: matrix.os == 'ubuntu-22.04'
59
run: |
60
sudo apt-get update
61
- sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev
+ sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libayatana-appindicator3-dev
62
63
- name: Download frontend artifact
64
uses: actions/download-artifact@v4
0 commit comments