Skip to content

Commit d8041a7

Browse files
committed
.github/workflows/ci.yml: Removed x86 tests and SDK setup
1 parent 7c77b46 commit d8041a7

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,9 @@ jobs:
113113
matrix:
114114
# macos-13 is specifically for running x64, macos-latest for arm64
115115
os: [windows-latest, ubuntu-latest, macos-13, macos-latest]
116-
arch: [x64, x86, arm64]
116+
arch: [x64, arm64]
117117
tfm: [net8.0]
118118
exclude:
119-
- arch: x86
120-
os: ubuntu-latest
121-
- arch: x86
122-
os: macos-latest
123-
- arch: x86
124-
os: macos-13
125119
- arch: arm64
126120
os: macos-13
127121
- arch: arm64
@@ -177,18 +171,9 @@ jobs:
177171
178172
# Install the .NET SDK
179173
- name: Setup .NET 8.0
180-
if: matrix.arch != 'x86'
181-
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5
182-
with:
183-
dotnet-version: 8.0.x
184-
185-
- name: Setup .NET 8.0 (x86)
186-
if: matrix.arch == 'x86'
187174
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5
188175
with:
189176
dotnet-version: 8.0.x
190-
env:
191-
PROCESSOR_ARCHITECTURE: x86
192177

193178
- name: Download Test Binaries
194179
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5

0 commit comments

Comments
 (0)