Skip to content

Commit 810be33

Browse files
committed
Install proper workloads and run on macOS
1 parent da40850 commit 810be33

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,25 @@ on:
1212
jobs:
1313
build:
1414

15-
runs-on: ubuntu-latest
15+
runs-on: macOS-12
1616

1717
steps:
1818
- uses: actions/checkout@v3
19+
1920
- name: Setup .NET
2021
uses: actions/setup-dotnet@v3
2122
with:
2223
dotnet-version: 6.0.x
24+
25+
- name: Install .NET Workloads
26+
run: dotnet workload install ios maccatalyst
27+
2328
- name: Restore dependencies
2429
run: dotnet restore
30+
2531
- name: Build
2632
run: dotnet build Cirrious.FluentLayout/Cirrious.FluentLayouts.Touch.csproj --no-restore
33+
2734
- name: Upload a Build Artifact
2835
uses: actions/[email protected]
2936
with:

0 commit comments

Comments
 (0)