File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed
Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments