Skip to content

Commit 9ae5d89

Browse files
authored
update CI for net 10
1 parent 4900c81 commit 9ae5d89

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dotnet-macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ env:
1515
jobs:
1616
build:
1717

18-
runs-on: macos-15
18+
runs-on: macos-26
1919

2020
steps:
2121
- uses: actions/checkout@v4
2222

2323
- name: Setup .NET
2424
uses: actions/setup-dotnet@v4
2525
with:
26-
dotnet-version: 9.0.x
26+
dotnet-version: 10.0.x
2727

2828
- name: Setup Xcode
2929
uses: maxim-lobanov/setup-xcode@v1
3030
with:
31-
xcode-version: '16.3'
31+
xcode-version: '26.1'
3232

3333
- name: Workload install
3434
run: dotnet workload install maui

.github/workflows/dotnet-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup .NET
3131
uses: actions/setup-dotnet@v4
3232
with:
33-
dotnet-version: 9.0.x
33+
dotnet-version: 10.0.x
3434

3535
- name: Get Nuget version and Name for PR
3636
if: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)