Skip to content

Commit b863386

Browse files
Always use .NET 9 to allow usage of latest C# version in the future
1 parent 49aaba4 commit b863386

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,7 @@ jobs:
167167
- name: Checkout source
168168
uses: actions/checkout@v4
169169

170-
- name: Setup .NET SDK ${{ matrix.dotnet }}
171-
uses: actions/setup-dotnet@v4
172-
with:
173-
dotnet-version: ${{ matrix.dotnet }}
174-
175-
- name: Setup .NET 9 (for ARM64 on .NET 8)
176-
if: matrix.runtime == 'linux-arm64' && matrix.arch == 'arm64' && matrix.dotnet == '8.0'
170+
- name: Setup .NET SDK
177171
uses: actions/setup-dotnet@v4
178172
with:
179173
dotnet-version: 9.0

0 commit comments

Comments
 (0)