Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 65fa5d4

Browse files
committed
Run tests on correct GH actions runner
1 parent e21601e commit 65fa5d4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
framework: [net462, net6.0]
31+
framework: [net462, net8.0]
3232
os: [ubuntu-latest, windows-latest]
3333
exclude:
3434
- os: ubuntu-latest
3535
framework: net462
3636
name: Run Tests on ${{ matrix.os }} with ${{ matrix.framework }}
37-
runs-on: ubuntu-latest
37+
runs-on: ${{ matrix.os }}
3838
steps:
3939
- name: Checkout repo
4040
uses: actions/checkout@v4
@@ -44,9 +44,7 @@ jobs:
4444
- name: Setup .NET
4545
uses: actions/setup-dotnet@v4
4646
with:
47-
dotnet-version: |
48-
8.x
49-
6.x
47+
dotnet-version: 8.x
5048

5149
- name: Install tools
5250
run: |

0 commit comments

Comments
 (0)