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 445165b commit 46fc2c9Copy full SHA for 46fc2c9
.github/workflows/debug-artifacts.yml
@@ -25,9 +25,9 @@ jobs:
25
fail-fast: false
26
matrix:
27
version:
28
- - stable-20230403
29
- - stable-v2.13.5
30
- - stable-v2.14.6
+ # TODO: Once CLI v2.17.4 is available and the platform is switched back to ubuntu,
+ # stable-20230403, stable-v2.13.5, and stable-v2.14.6 can be added back to this matrix.
+ # Prior to CLI v2.15.1, ARM runners were not supported by the build tracer.
31
- stable-v2.15.5
32
- stable-v2.16.6
33
- default
0 commit comments