diff options
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b23308ab3..88ce31828 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,18 +44,18 @@ jobs: - full-gpu-tests: false # Self-hosted aarch64 build - os: linux + config: release compiler: gcc platform: aarch64 - config: release warnings-as-errors: false test-category: smoke full-gpu-tests: false runs-on: [self-hosted, Linux, ARM64] # Self-hosted full gpu build - os: windows + config: release compiler: cl platform: x86_64 - config: release warnings-as-errors: false test-category: full full-gpu-tests: true |
