Skip to content

Commit 6007976

Browse files
committed
fix: use macos-15 and stable NuGet source
1 parent ea1bc2d commit 6007976

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/buildrelease.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299
# ==========================================
300300
build-macos:
301301
name: Build macOS App
302-
runs-on: macos-13
302+
runs-on: macos-15
303303
steps:
304304
- name: '📄 Checkout'
305305
uses: actions/checkout@v4
@@ -324,7 +324,8 @@ jobs:
324324
325325
- name: '🍎 Install MAUI workload'
326326
run: |
327-
dotnet workload install maui-maccatalyst --skip-sign-check
327+
# Install workload using only stable sources
328+
dotnet workload install maui-maccatalyst --skip-sign-check --source https://api.nuget.org/v3/index.json
328329
dotnet workload list
329330
# Show what SDK packs were installed
330331
ls -la ~/.dotnet/packs/ | grep -i catalyst || true

0 commit comments

Comments
 (0)