mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
ci: Update runner to 22.04
This commit is contained in:
4
.github/workflows/test-action.yml
vendored
4
.github/workflows/test-action.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
include:
|
||||
- platform: 'macos-latest'
|
||||
args: '--verbose --target universal-apple-darwin'
|
||||
- platform: 'ubuntu-20.04'
|
||||
- platform: 'ubuntu-22.04'
|
||||
args: '--verbose'
|
||||
- platform: 'windows-latest'
|
||||
args: '--verbose'
|
||||
@@ -59,7 +59,7 @@ jobs:
|
||||
|
||||
# system
|
||||
- name: install dependencies (ubuntu only)
|
||||
if: matrix.platform == 'ubuntu-20.04'
|
||||
if: matrix.platform == 'ubuntu-22.04'
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev
|
||||
|
||||
Reference in New Issue
Block a user