Skip to content

Commit a249232

Browse files
authored
Update DotNET-build.yml
1 parent c29265c commit a249232

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/DotNET-build.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,13 @@ on:
2828

2929
jobs:
3030
ubuntu-latest:
31-
name: ubuntu-latest
32-
runs-on: ubuntu-latest
31+
name: ubuntu-20.04
32+
runs-on: ubuntu-20.04
3333
steps:
3434
- uses: actions/setup-java@v4
3535
with:
3636
distribution: 'temurin'
37-
java-version: '17'
38-
- task: UseDotNet@2
39-
inputs:
40-
packageType: 'sdk'
41-
version: '8.x' # or 8.0.302
42-
installationPath: $(Agent.ToolsDirectory)/dotnet
37+
java-version: '17'
4338
- uses: actions/checkout@v4
4439
with:
4540
fetch-depth: 0

0 commit comments

Comments
 (0)