File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,18 @@ permissions:
8
8
jobs :
9
9
benchmark :
10
10
name : Performance regression check
11
- runs-on : ubuntu-latest
11
+ runs-on : ubuntu-22.04
12
12
if : github.repository == 'fluentassertions/fluentassertions.analyzers'
13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
- name : Setup .NET
16
16
uses : actions/setup-dotnet@v4
17
17
with :
18
18
dotnet-version : ' 6.x'
19
+ - name : Setup .NET
20
+ uses : actions/setup-dotnet@v4
21
+ with :
22
+ dotnet-version : ' 7.x'
19
23
- name : Run benchmark
20
24
run : cd src/FluentAssertions.Analyzers.BenchmarkTests && dotnet run -c Release --exporters json --filter '*'
21
25
Original file line number Diff line number Diff line change 10
10
build :
11
11
strategy :
12
12
matrix :
13
- os : [ubuntu-latest , windows-latest , macos-latest ]
13
+ os : [ubuntu-22.04 , windows-2022 , macos-14 ]
14
14
config : [Debug, Release]
15
15
runs-on : ${{ matrix.os }}
16
16
env :
Original file line number Diff line number Diff line change 10
10
build :
11
11
strategy :
12
12
matrix :
13
- os : [ubuntu-latest , windows-latest , macos-latest ]
13
+ os : [ubuntu-22.04 , windows-2022 , macos-14 ]
14
14
runs-on : ${{ matrix.os }}
15
15
env :
16
16
NUGET_CERT_REVOCATION_MODE : offline
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
publish :
10
- runs-on : ubuntu-latest
10
+ runs-on : ubuntu-22.04
11
11
steps :
12
12
- name : Checkout code
13
13
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments