Skip to content

Commit 072853e

Browse files
FabianLarsSir-Thom
authored andcommitted
ci: Run workflows on ubuntu 22.04 (tauri-apps#1936)
1 parent 6e098d0 commit 072853e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
clippy:
127127
needs: changes
128128
if: ${{ needs.changes.outputs.packages != '[]' && needs.changes.outputs.packages != '' }}
129-
runs-on: ubuntu-latest
129+
runs-on: ubuntu-22.04
130130
strategy:
131131
fail-fast: false
132132
matrix:

.github/workflows/test-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
}
169169
- {
170170
target: x86_64-unknown-linux-gnu,
171-
os: ubuntu-latest,
171+
os: ubuntu-22.04,
172172
runner: 'cargo',
173173
command: 'test'
174174
}

0 commit comments

Comments
 (0)