[llvm] [libc++] Switch to the current XCode beta to unblock #76756 (PR #106363)

via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 28 05:58:02 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: Nikolas Klauser (philnik777)

<details>
<summary>Changes</summary>



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


1 Files Affected:

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


``````````diff
diff --git a/.github/workflows/libcxx-build-and-test.yaml b/.github/workflows/libcxx-build-and-test.yaml
index 3af1b1abe2d4bb..1a26a699db8e01 100644
--- a/.github/workflows/libcxx-build-and-test.yaml
+++ b/.github/workflows/libcxx-build-and-test.yaml
@@ -208,7 +208,7 @@ jobs:
       - uses: actions/checkout at v4
       - uses: maxim-lobanov/setup-xcode at v1
         with:
-          xcode-version: 'latest-stable'
+          xcode-version: 'latest'
       - uses: seanmiddleditch/gha-setup-ninja at master
       - name: Build and test
         run: |

``````````

</details>


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


More information about the llvm-commits mailing list