We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e38e8 commit 45edc87Copy full SHA for 45edc87
.github/workflows/test_kernels.yml
@@ -62,7 +62,7 @@ jobs:
62
Patch-Linux:
63
#tries to apply the patch to each version
64
needs: [generate-matrix]
65
- runs-on: ["${{ matrix.architecture }}", "gcc"]
+ runs-on: ["${{ matrix.architecture }}", "gcc", "2004"]
66
#strategy matrix to run jobs in parallel for each version
67
strategy:
68
matrix:
0 commit comments