Skip to content

Commit 3f289e4

Browse files
committed
Update main_build-maui.yml
1 parent 0d2e50e commit 3f289e4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main_build-maui.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ env:
2020
ANDROID_TFM: "net9.0-android"
2121
IOS_TFM: "net9.0-ios"
2222
MACCATALYST_TFM: "net9.0-maccatalyst"
23+
XCODE_VERSION: '16.2'
2324

2425
jobs:
2526
# ***************************** #
@@ -102,7 +103,7 @@ jobs:
102103

103104
- uses: maxim-lobanov/setup-xcode@v1
104105
with:
105-
xcode-version: 16.1
106+
xcode-version: ${{env.XCODE_VERSION}}
106107

107108
- name: Setup .NET Core SDK
108109
uses: actions/setup-dotnet@v4
@@ -135,7 +136,7 @@ jobs:
135136

136137
- uses: maxim-lobanov/setup-xcode@v1
137138
with:
138-
xcode-version: 16.1
139+
xcode-version: ${{env.XCODE_VERSION}}
139140

140141
- name: Setup .NET Core SDK
141142
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)