Skip to content

Commit 3bb316e

Browse files
committed
2 parents c84aed6 + 456d60c commit 3bb316e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ on:
1212
jobs:
1313
build:
1414

15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-22.04
1616

1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v4
2121
with:
22-
dotnet-version: 8.0.x
22+
dotnet-version: |
23+
6.0.x
24+
8.0.x
2325
- name: Restore dependencies
2426
run: dotnet restore
2527
- name: Build

0 commit comments

Comments
 (0)