From 0148539f1c6afb4f655b6bfbb69b0f922d1b7fe9 Mon Sep 17 00:00:00 2001 From: slangbot <186143334+slangbot@users.noreply.github.com> Date: Fri, 28 Feb 2025 05:05:55 +0000 Subject: [PATCH] format code --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) 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 }