Skip to content

Commit 1946b2d

Browse files
authored
Merge pull request #17 from slangbot/format-6491-ci-fix
Format code for PR #6491
2 parents e73137c + 0148539 commit 1946b2d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# default not full gpu tests
4949
- full-gpu-tests: false
5050
- build-llvm: true
51-
- {platform: wasm, build-llvm: false }
51+
- { platform: wasm, build-llvm: false }
5252
# The runners don't have a GPU by default except for the self-hosted ones
5353
- has-gpu: false
5454
# Self-hosted aarch64 build

.github/workflows/release.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ jobs:
2525
test-category: [smoke]
2626
include:
2727
- { os: linux, platform:x86_64, runs-on: ubuntu-22.04, compiler: gcc }
28-
- { os: linux, platform:aarch64, runs-on: ubuntu-22.04-arm, compiler: gcc }
28+
- {
29+
os: linux,
30+
platform:aarch64,
31+
runs-on: ubuntu-22.04-arm,
32+
compiler: gcc,
33+
}
2934
- { os: windows, runs-on: windows-latest, compiler: cl }
3035
- { os: macos, runs-on: macos-latest, compiler: clang }
3136

0 commit comments

Comments
 (0)