Skip to content

Commit 94877fb

Browse files
committed
don't build llvm on aarch64.
1 parent d823f85 commit 94877fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
platform: aarch64
5757
test-category: smoke
5858
full-gpu-tests: false
59-
runs-on: ubuntu-24.04-arm
59+
runs-on: ubuntu-22.04-arm
6060
has-gpu: false
6161
# Self-hosted full gpu build
6262
- os: windows
@@ -110,7 +110,7 @@ jobs:
110110
compiler: ${{matrix.compiler}}
111111
platform: ${{matrix.platform}}
112112
config: ${{matrix.config}}
113-
build-llvm: ${{ matrix.platform != 'wasm' }}
113+
build-llvm: ${{ matrix.platform != 'wasm' && matrix.platform != 'aarch64' }}
114114
- name: Build Slang
115115
if: steps.filter.outputs.should-run == 'true'
116116
run: |

0 commit comments

Comments
 (0)