Skip to content

Commit 0e224cb

Browse files
author
Petr Sramek
committed
fixc
1 parent 29c7a75 commit 0e224cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ jobs:
6969

7070
steps:
7171
- uses: actions/checkout@v3
72-
- name: Setup .NET ${{ matrix.netversion }}
72+
- name: Setup .NET 9
7373
uses: actions/setup-dotnet@v3
7474
with:
75-
dotnet-version: ${{ matrix.netversion }}.x
75+
dotnet-version: 9.x
7676
- name: Fix libssl
7777
if: ${{ matrix.netversion == 5 && matrix.os == 'ubuntu-latest' }}
7878
run: |
@@ -85,7 +85,7 @@ jobs:
8585
merge-multiple: true
8686
- name: Decode Benchmark
8787
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
88-
run: dotnet run --configuration Release --framework net${{ matrix.netversion }}.0 --filter '*DecodeBenchmark*'
88+
run: dotnet run --configuration Release
8989
- name: Encode Benchmark
9090
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
91-
run: dotnet run --configuration Release --framework net${{ matrix.netversion }}.0 --filter '*EncodeBenchmark*'
91+
run: dotnet run --configuration Release

0 commit comments

Comments
 (0)