We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d823f85 commit 94877fbCopy full SHA for 94877fb
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
platform: aarch64
57
test-category: smoke
58
full-gpu-tests: false
59
- runs-on: ubuntu-24.04-arm
+ runs-on: ubuntu-22.04-arm
60
has-gpu: false
61
# Self-hosted full gpu build
62
- os: windows
@@ -110,7 +110,7 @@ jobs:
110
compiler: ${{matrix.compiler}}
111
platform: ${{matrix.platform}}
112
config: ${{matrix.config}}
113
- build-llvm: ${{ matrix.platform != 'wasm' }}
+ build-llvm: ${{ matrix.platform != 'wasm' && matrix.platform != 'aarch64' }}
114
- name: Build Slang
115
if: steps.filter.outputs.should-run == 'true'
116
run: |
0 commit comments