Skip to content

Commit 46fc2c9

Browse files
committed
PR Checks: remove old versions from debug artifacts check
Now that this check is running on MacOS, it runs into a known issue with the build tracer on ARM Macs that was fixed in CLI v2.15.1.
1 parent 445165b commit 46fc2c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/debug-artifacts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
version:
28-
- stable-20230403
29-
- stable-v2.13.5
30-
- stable-v2.14.6
28+
# TODO: Once CLI v2.17.4 is available and the platform is switched back to ubuntu,
29+
# stable-20230403, stable-v2.13.5, and stable-v2.14.6 can be added back to this matrix.
30+
# Prior to CLI v2.15.1, ARM runners were not supported by the build tracer.
3131
- stable-v2.15.5
3232
- stable-v2.16.6
3333
- default

0 commit comments

Comments
 (0)