Skip to content

Commit 0bcf2d2

Browse files
committed
ci: Check which version of clang is active in macOS [ci skip]
1 parent 9d7720c commit 0bcf2d2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/macos.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Select Xcode 15.3 (Apple Clang 17)
2020
run: sudo xcode-select -s /Applications/Xcode_15.3.app
2121

22+
- name: Verify Clang version
23+
run: clang --version
24+
2225
- name: Setup
2326
run: |
2427
declare -a python_files=("2to3", "idle3", "pydoc3", "python3", "python3-config")

0 commit comments

Comments
 (0)