Skip to content

Commit ec672d9

Browse files
authored
Update reusable_run_test_and_examples_by_linking_type.yml
1 parent bf5d2e0 commit ec672d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_run_test_and_examples_by_linking_type.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
# SDKROOT="$(xcrun --sdk macosx${MACOSX_DEPLOYMENT_TARGET} --show-sdk-path)"
9999
if [[ ${CC_VER:0:4} != gcc- ]] ; then exit 1; fi
100100
GCC_VERSION=${CC_VER:4:6}
101-
brew uninstall gcc@${CC_VER:4:6} | true
101+
brew uninstall gcc | true
102102
103103
104104
- name: Configure CMake (macos)

0 commit comments

Comments
 (0)