Skip to content

Commit 115337a

Browse files
authored
Update development-action.yml
changed build os target to windows to fix maui builds
1 parent 11d770e commit 115337a

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/development-action.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: .DEV-WORKFLOW-ACTION
1+
name: DEV-WORKFLOW-ACTION
22

33
on:
44
push:
@@ -8,9 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
12-
runs-on: ubuntu-latest
13-
11+
runs-on: windows-latest
1412
steps:
1513
- uses: actions/checkout@v2
1614
- name: Setup .NET
@@ -20,7 +18,7 @@ jobs:
2018
- name: Restore Workload dependencies
2119
run: dotnet workload restore
2220
- name: Install .NET Maui workload packs
23-
run: dotnet workload install maui ios android
21+
run: dotnet workload install maui android
2422
- name: Restore NuGet packages
2523
run: dotnet restore
2624
- name: Build

0 commit comments

Comments
 (0)