We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e098d0 commit 072853eCopy full SHA for 072853e
.github/workflows/lint-rust.yml
@@ -126,7 +126,7 @@ jobs:
126
clippy:
127
needs: changes
128
if: ${{ needs.changes.outputs.packages != '[]' && needs.changes.outputs.packages != '' }}
129
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
130
strategy:
131
fail-fast: false
132
matrix:
.github/workflows/test-rust.yml
@@ -168,7 +168,7 @@ jobs:
168
}
169
- {
170
target: x86_64-unknown-linux-gnu,
171
- os: ubuntu-latest,
+ os: ubuntu-22.04,
172
runner: 'cargo',
173
command: 'test'
174
0 commit comments