Skip to content

Commit 6438c9d

Browse files
committed
Remove .NET 10.0 and 8.0 setup steps from CI workflow
1 parent 71230e5 commit 6438c9d

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,6 @@ jobs:
7272
steps:
7373
- uses: actions/checkout@v4
7474

75-
- name: Setup .NET 10.0
76-
uses: actions/setup-dotnet@v4
77-
with:
78-
dotnet-version: '10.0.x'
79-
80-
- name: Setup .NET 8.0
81-
uses: actions/setup-dotnet@v4
82-
with:
83-
dotnet-version: '8.0.x'
84-
8575
- name: Download build artifacts
8676
uses: actions/download-artifact@v4
8777
with:
@@ -115,16 +105,6 @@ jobs:
115105
steps:
116106
- uses: actions/checkout@v4
117107

118-
- name: Setup .NET 10.0
119-
uses: actions/setup-dotnet@v4
120-
with:
121-
dotnet-version: '10.0.x'
122-
123-
- name: Setup .NET 8.0
124-
uses: actions/setup-dotnet@v4
125-
with:
126-
dotnet-version: '8.0.x'
127-
128108
- name: Download build artifacts
129109
uses: actions/download-artifact@v4
130110
with:

0 commit comments

Comments
 (0)