File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
88jobs :
99 benchmark :
1010 name : Performance regression check
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-22.04
1212 if : github.repository == 'fluentassertions/fluentassertions.analyzers'
1313 steps :
1414 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1010 build :
1111 strategy :
1212 matrix :
13- os : [ubuntu-latest , windows-latest , macos-latest ]
13+ os : [ubuntu-22.04 , windows-2022 , macos-14 ]
1414 config : [Debug, Release]
1515 runs-on : ${{ matrix.os }}
1616 env :
Original file line number Diff line number Diff line change 1010 build :
1111 strategy :
1212 matrix :
13- os : [ubuntu-latest , windows-latest , macos-latest ]
13+ os : [ubuntu-22.04 , windows-2022 , macos-14 ]
1414 runs-on : ${{ matrix.os }}
1515 env :
1616 NUGET_CERT_REVOCATION_MODE : offline
Original file line number Diff line number Diff line change 77
88jobs :
99 publish :
10- runs-on : ubuntu-latest
10+ runs-on : ubuntu-22.04
1111 steps :
1212 - name : Checkout code
1313 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments