Skip to content

Commit 9451359

Browse files
Update maui.yml
1 parent 1fece37 commit 9451359

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/maui.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: .NET MAUI
22

3+
env:
4+
xcode-version: '26.1'
5+
36
on:
47
push:
58
branches:
@@ -54,7 +57,7 @@ jobs:
5457
- name: Install Xcode
5558
uses: maxim-lobanov/setup-xcode@v1
5659
with:
57-
xcode-version: latest-stable
60+
xcode-version: ${{ env.xcode-version }}
5861

5962
- name: Build iOS App
6063
run: |
@@ -82,7 +85,7 @@ jobs:
8285
- name: Install Xcode
8386
uses: maxim-lobanov/setup-xcode@v1
8487
with:
85-
xcode-version: latest-stable
88+
xcode-version: ${{ env.xcode-version }}
8689

8790
- name: Build macOS App
8891
run: |

0 commit comments

Comments
 (0)