diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b496c97ab..66d33bc087 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: # default not full gpu tests - full-gpu-tests: false - build-llvm: true - - {platform: wasm, build-llvm: false } + - { platform: wasm, build-llvm: false } # The runners don't have a GPU by default except for the self-hosted ones - has-gpu: false # Self-hosted aarch64 build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3ea26e7a2..637ca32110 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,12 @@ jobs: test-category: [smoke] include: - { os: linux, platform:x86_64, runs-on: ubuntu-22.04, compiler: gcc } - - { os: linux, platform:aarch64, runs-on: ubuntu-22.04-arm, compiler: gcc } + - { + os: linux, + platform:aarch64, + runs-on: ubuntu-22.04-arm, + compiler: gcc, + } - { os: windows, runs-on: windows-latest, compiler: cl } - { os: macos, runs-on: macos-latest, compiler: clang }