Skip to content

Commit

Permalink
Installe net9.0 for integration tests (should we pin workloads instea…
Browse files Browse the repository at this point in the history
…d here?)
  • Loading branch information
jamescrosswell committed Oct 17, 2024
1 parent 3e928ca commit b1a5a69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:

# .NET 6 and .NET 8 are not built-in with macos-13
- name: Install .NET SDK
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,9 @@ jobs:
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: |
8.0.x
9.0.100-rc.2.24474.11
- name: Setup Xcode
if: matrix.os == 'macos-latest'
Expand Down

0 comments on commit b1a5a69

Please sign in to comment.