Skip to content

Commit c4d0374

Browse files
committed
Updated workflow.
1 parent af621ba commit c4d0374

File tree

6 files changed

+37
-12
lines changed

6 files changed

+37
-12
lines changed

.github/workflows/macos-arm.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@ name: macos-arm
55

66
on:
77
push:
8+
paths-ignore:
9+
- './.github'
810
branches: [ "master" ]
911
pull_request:
12+
paths-ignore:
13+
- './.github'
1014
branches: [ "master" ]
1115

16+
1217
jobs:
1318
build:
1419
strategy:
@@ -22,7 +27,7 @@ jobs:
2227
- name: Setup .NET
2328
uses: actions/setup-dotnet@v4
2429
with:
25-
dotnet-version: 8.0.x
30+
dotnet-version: 10.0.x
2631
- name: Restore dependencies
2732
run: dotnet restore
2833
- name: Build
@@ -60,7 +65,7 @@ jobs:
6065
- name: Setup .NET
6166
uses: actions/setup-dotnet@v4
6267
with:
63-
dotnet-version: 8.0.x
68+
dotnet-version: 10.0.x
6469
- name: List refs
6570
run: dotnet list CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj reference
6671
- name: Delete reference

.github/workflows/macos.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ name: macos
55

66
on:
77
push:
8+
paths-ignore:
9+
- './.github'
810
branches: [ "master" ]
911
pull_request:
12+
paths-ignore:
13+
- './.github'
1014
branches: [ "master" ]
1115

1216
jobs:
@@ -22,7 +26,7 @@ jobs:
2226
- name: Setup .NET
2327
uses: actions/setup-dotnet@v4
2428
with:
25-
dotnet-version: 8.0.x
29+
dotnet-version: 10.0.x
2630
- name: Restore dependencies
2731
run: dotnet restore
2832
- name: Build
@@ -60,7 +64,7 @@ jobs:
6064
- name: Setup .NET
6165
uses: actions/setup-dotnet@v4
6266
with:
63-
dotnet-version: 8.0.x
67+
dotnet-version: 10.0.x
6468
- name: List refs
6569
run: dotnet list CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj reference
6670
- name: Delete reference

.github/workflows/ubuntu-arm.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ name: ubuntu-arm
55

66
on:
77
push:
8+
paths-ignore:
9+
- './.github'
810
branches: [ "master" ]
911
pull_request:
12+
paths-ignore:
13+
- './.github'
1014
branches: [ "master" ]
1115

1216
jobs:
@@ -22,7 +26,7 @@ jobs:
2226
- name: Setup .NET
2327
uses: actions/setup-dotnet@v4
2428
with:
25-
dotnet-version: 8.0.x
29+
dotnet-version: 10.0.x
2630
- name: Restore dependencies
2731
run: dotnet restore
2832
- name: Build
@@ -60,7 +64,7 @@ jobs:
6064
- name: Setup .NET
6165
uses: actions/setup-dotnet@v4
6266
with:
63-
dotnet-version: 8.0.x
67+
dotnet-version: 10.0.x
6468
- name: List refs
6569
run: dotnet list CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj reference
6670
- name: Delete reference

.github/workflows/ubuntu.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ name: ubuntu
55

66
on:
77
push:
8+
paths-ignore:
9+
- './.github'
810
branches: [ "master" ]
911
pull_request:
12+
paths-ignore:
13+
- './.github'
1014
branches: [ "master" ]
1115

1216
jobs:
@@ -22,7 +26,7 @@ jobs:
2226
- name: Setup .NET
2327
uses: actions/setup-dotnet@v4
2428
with:
25-
dotnet-version: 8.0.x
29+
dotnet-version: 10.0.x
2630
- name: Restore dependencies
2731
run: dotnet restore
2832
- name: Build
@@ -60,7 +64,7 @@ jobs:
6064
- name: Setup .NET
6165
uses: actions/setup-dotnet@v4
6266
with:
63-
dotnet-version: 8.0.x
67+
dotnet-version: 10.0.x
6468
- name: List refs
6569
run: dotnet list CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj reference
6670
- name: Delete reference

.github/workflows/windows-arm.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ name: windows-arm
55

66
on:
77
push:
8+
paths-ignore:
9+
- './.github'
810
branches: [ "master" ]
911
pull_request:
12+
paths-ignore:
13+
- './.github'
1014
branches: [ "master" ]
1115

1216
jobs:
@@ -22,7 +26,7 @@ jobs:
2226
- name: Setup .NET
2327
uses: actions/setup-dotnet@v4
2428
with:
25-
dotnet-version: 8.0.x
29+
dotnet-version: 10.0.x
2630
- name: Restore dependencies
2731
run: dotnet restore
2832
- name: Build
@@ -60,7 +64,7 @@ jobs:
6064
- name: Setup .NET
6165
uses: actions/setup-dotnet@v4
6266
with:
63-
dotnet-version: 8.0.x
67+
dotnet-version: 10.0.x
6468
- name: List refs
6569
run: dotnet list CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj reference
6670
- name: Delete reference

.github/workflows/windows.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ name: windows
55

66
on:
77
push:
8+
paths-ignore:
9+
- './.github'
810
branches: [ "master" ]
911
pull_request:
12+
paths-ignore:
13+
- './.github'
1014
branches: [ "master" ]
1115

1216
jobs:
@@ -22,7 +26,7 @@ jobs:
2226
- name: Setup .NET
2327
uses: actions/setup-dotnet@v4
2428
with:
25-
dotnet-version: 8.0.x
29+
dotnet-version: 10.0.x
2630
- name: Restore dependencies
2731
run: dotnet restore
2832
- name: Build
@@ -60,7 +64,7 @@ jobs:
6064
- name: Setup .NET
6165
uses: actions/setup-dotnet@v4
6266
with:
63-
dotnet-version: 8.0.x
67+
dotnet-version: 10.0.x
6468
- name: List refs
6569
run: dotnet list CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj reference
6670
- name: Delete reference

0 commit comments

Comments
 (0)