Skip to content

Commit 5970456

Browse files
committed
update ubuntu matrix build
1 parent 74a82fb commit 5970456

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
platform: [macos-latest, ubuntu-20.04, windows-latest]
21+
platform: [macos-latest, ubuntu-22.04, windows-latest]
2222

2323
runs-on: ${{ matrix.platform }}
2424

@@ -31,7 +31,7 @@ jobs:
3131
version: latest
3232

3333
- name: install dependencies (ubuntu only)
34-
if: matrix.platform == 'ubuntu-20.04'
34+
if: matrix.platform == 'ubuntu-22.04'
3535
run: |
3636
sudo apt-get update
3737
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev librsvg2-dev

0 commit comments

Comments
 (0)