[llvm-branch-commits] [llvm] [libc++][CI] Pin the XCode version. (PR #135412)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Apr 11 11:02:19 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: Mark de Wever (mordante)

<details>
<summary>Changes</summary>

This version is the current version, to avoid unplanned automatic updates in the future pin this version.

---
Full diff: https://github.com/llvm/llvm-project/pull/135412.diff


1 Files Affected:

- (modified) .github/workflows/libcxx-build-and-test.yaml (+2-1) 


``````````diff
diff --git a/.github/workflows/libcxx-build-and-test.yaml b/.github/workflows/libcxx-build-and-test.yaml
index 9e73fa437bfcf..5aafac92054d1 100644
--- a/.github/workflows/libcxx-build-and-test.yaml
+++ b/.github/workflows/libcxx-build-and-test.yaml
@@ -66,7 +66,8 @@ jobs:
       - uses: actions/checkout at 11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
       - uses: maxim-lobanov/setup-xcode at 60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
         with:
-          xcode-version: 'latest'
+          # https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md
+          xcode-version: '16.3'
       - uses: seanmiddleditch/gha-setup-ninja at 3b1f8f94a2f8254bd26914c4ab9474d4f0015f67 # v6
       - name: Build and test
         run: |

``````````

</details>


https://github.com/llvm/llvm-project/pull/135412


More information about the llvm-branch-commits mailing list