Skip to content

Commit 3b13ffe

Browse files
committed
GHA: update to MacOS 15 and XCode 16
1 parent ad98df7 commit 3b13ffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
path: ./Source/*/nuget/*.nupkg
4444

4545
macBuild:
46-
runs-on: macos-14
46+
runs-on: macos-15
4747
steps:
4848
- uses: actions/checkout@v4
4949
with:
@@ -55,7 +55,7 @@ jobs:
5555
- name: Setup XCode
5656
uses: maxim-lobanov/setup-xcode@v1
5757
with:
58-
xcode-version: '15'
58+
xcode-version: latest-stable
5959
- name: Install .NET MAUI
6060
run: |
6161
dotnet nuget locals all --clear

0 commit comments

Comments
 (0)