File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
build-examples :
11
- runs-on : ubuntu-latest
11
+ runs-on : ubuntu-22.04
12
12
13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
- name : Setup latest version of dotnet
16
- uses : actions/setup-dotnet@v3
16
+ uses : actions/setup-dotnet@v4
17
17
- name : Build nuget with latest version
18
18
run : ./scripts/pack-nuget.bash "examples/nuget-packages"
19
19
- name : Build examples with new nuget
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
build-and-test :
11
- runs-on : ubuntu-latest
11
+ runs-on : ubuntu-22.04
12
12
13
13
strategy :
14
14
matrix :
@@ -30,12 +30,12 @@ jobs:
30
30
steps :
31
31
- uses : actions/checkout@v4
32
32
- name : Setup latest version of dotnet
33
- uses : actions/setup-dotnet@v3
33
+ uses : actions/setup-dotnet@v4
34
34
- name : Build with latest version
35
35
run : dotnet build --warnaserror Aspose.BarCode.Cloud.Sdk.sln
36
36
37
37
- name : Setup ${{ matrix.dotnet-version }} version of dotnet
38
- uses : actions/setup-dotnet@v3
38
+ uses : actions/setup-dotnet@v4
39
39
with :
40
40
dotnet-version : ${{ matrix.dotnet-version }}
41
41
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
pack-nuget :
11
- runs-on : ubuntu-latest
11
+ runs-on : ubuntu-22.04
12
12
13
13
steps :
14
14
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments