From 59e327ca167695242fbe8d34c7930c0b32ea52fb Mon Sep 17 00:00:00 2001 From: Tom Jakubowski Date: Tue, 24 Feb 2026 10:37:10 -0800 Subject: [PATCH] ci: Revert to mainline actions-setup-cmake The change we needed from my fork to support aarch64 Linux has been merged: Reverting back away from my fork to the main repo for this action. Signed-off-by: Tom Jakubowski --- .github/actions/install-deps/action.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/install-deps/action.yaml b/.github/actions/install-deps/action.yaml index 6b9afdefe9..42e8fc05c9 100644 --- a/.github/actions/install-deps/action.yaml +++ b/.github/actions/install-deps/action.yaml @@ -60,8 +60,7 @@ runs: # Sticking to 3.29 because of: # https://github.com/open-telemetry/opentelemetry-cpp/issues/2998 - name: Setup cmake - # uses: jwlawson/actions-setup-cmake@v2 - uses: tomjakubowski/actions-setup-cmake@v0-aarch64-test4 + uses: jwlawson/actions-setup-cmake@v2 with: cmake-version: "3.29.6"