From 46fc2c9526e7f482a8a076889b058c00beb583e8 Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Fri, 17 May 2024 15:16:54 -0700 Subject: [PATCH] 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. --- .github/workflows/debug-artifacts.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/debug-artifacts.yml b/.github/workflows/debug-artifacts.yml index 65ee73d7b..4bd88a2e6 100644 --- a/.github/workflows/debug-artifacts.yml +++ b/.github/workflows/debug-artifacts.yml @@ -25,9 +25,9 @@ jobs: fail-fast: false matrix: version: - - stable-20230403 - - stable-v2.13.5 - - 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. - stable-v2.15.5 - stable-v2.16.6 - default