Skip to content

Commit 60360e7

Browse files
committed
ci: fix missing MetalToolchain in Xcode 16
1 parent a666e25 commit 60360e7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ jobs:
110110
with:
111111
xcode-version: latest-stable
112112

113+
- name: Set Xcode Toolchain
114+
run: echo "TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault" >> $GITHUB_ENV
115+
113116
- name: Setup iOS Simulator
114117
uses: futureware-tech/simulator-action@v5
115118
id: simulator

0 commit comments

Comments
 (0)