Browse Source

Update main.yml

Marcin Ziąbek 4 days ago
parent
commit
d1507dc9d8
1 changed files with 2 additions and 11 deletions
  1. 2 11
      .github/workflows/main.yml

+ 2 - 11
.github/workflows/main.yml

@@ -20,8 +20,8 @@ jobs:
         runtime: 
         - name: win-x64
           runs-on: windows-latest-xlarge
-        - name: win-x86
-          runs-on: windows-latest-xlarge
+        # - name: win-x86
+        #   runs-on: windows-latest-xlarge
         - name: linux-x64
           runs-on: ubuntu-latest-xlarge
           container: ubuntu:24.04
@@ -72,17 +72,8 @@ jobs:
 
       - name: Setup dotnet
         uses: actions/setup-dotnet@v5
-        if: matrix.runtime.name != 'win-x86'
-        with:
-          dotnet-version: '10.0.x'
-
-
-      - name: Setup dotnet
-        uses: actions/setup-dotnet@v5
-        if: matrix.runtime.name == 'win-x86'
         with:
           dotnet-version: '10.0.x'
-          architecture: 'x86'
 
 
       - name: Install veraPDF - PDF conformance testing tool