Skip to content

Commit

Permalink
Fix CI for macOS 14 (#2079)
Browse files Browse the repository at this point in the history
Explicitly install the .NET 6 and 7 SDKs, as the macOS 14 runner does not have .NET 6 installed.
  • Loading branch information
martincostello authored Apr 29, 2024
1 parent 5441dc9 commit c97c364
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ jobs:
with:
fetch-depth: 0

- name: Setup .NET SDKs
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
with:
dotnet-version: |
6.0.x
7.0.x
- name: Setup .NET SDK
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
id: setup-dotnet
Expand Down

0 comments on commit c97c364

Please sign in to comment.