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 236d15b commit 7d960a5Copy full SHA for 7d960a5
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
38
build-image:
39
needs: build-matrix
40
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
41
strategy:
42
matrix:
43
version: ${{ fromJSON(needs.build-matrix.outputs.version) }}
0 commit comments