We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da40850 commit 810be33Copy full SHA for 810be33
.github/workflows/build.yml
@@ -12,18 +12,25 @@ on:
12
jobs:
13
build:
14
15
- runs-on: ubuntu-latest
+ runs-on: macOS-12
16
17
steps:
18
- uses: actions/checkout@v3
19
+
20
- name: Setup .NET
21
uses: actions/setup-dotnet@v3
22
with:
23
dotnet-version: 6.0.x
24
25
+ - name: Install .NET Workloads
26
+ run: dotnet workload install ios maccatalyst
27
28
- name: Restore dependencies
29
run: dotnet restore
30
31
- name: Build
32
run: dotnet build Cirrious.FluentLayout/Cirrious.FluentLayouts.Touch.csproj --no-restore
33
34
- name: Upload a Build Artifact
35
uses: actions/[email protected]
36
0 commit comments