[llvm] [libc++] Switch to the current XCode beta to unblock #76756 (PR #106363)
Nikolas Klauser via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 28 03:54:09 PDT 2024
https://github.com/philnik777 created https://github.com/llvm/llvm-project/pull/106363
None
>From 3e8f14a50ce0f35ddf070f9886ecf2375c15c93e Mon Sep 17 00:00:00 2001
From: Nikolas Klauser <nikolasklauser at berlin.de>
Date: Wed, 28 Aug 2024 12:53:43 +0200
Subject: [PATCH] [libc++] Switch to the current XCode beta to unblock #76756
---
.github/workflows/libcxx-build-and-test.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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: |
More information about the llvm-commits
mailing list