|
|
@@ -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
|