Skip to content

Commit 17077bd

Browse files
committed
fix(ci): Add setup-xcode step to select Xcode 26.2
1 parent 04cdcc7 commit 17077bd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ jobs:
4141
logfiles: raw-*-visionos.log
4242
steps:
4343
- name: Checkout the repository
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
45+
46+
- uses: maxim-lobanov/setup-xcode@v1
47+
with:
48+
xcode-version: "26.2"
4549

4650
- name: Run Tests
4751
run: make ${{ matrix.build.action }}

0 commit comments

Comments
 (0)