File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,6 +173,9 @@ jobs:
173173 fetch-depth : 1
174174 submodules : false
175175
176+ - name : Install LLVM
177+ uses : ./.github/actions/install-llvm
178+
176179 - name : Compute hostlibs cache keys
177180 id : hostlibs_keys
178181 shell : powershell
@@ -237,7 +240,7 @@ jobs:
237240 run : python .\scripts\pipeline.py avalonia-test -v --target ${{ matrix.avalonia_target }}
238241
239242 linux-hostlibs :
240- runs-on : ubuntu-latest
243+ runs-on : ubuntu-22.04
241244
242245 steps :
243246 - name : Checkout repository
@@ -282,7 +285,7 @@ jobs:
282285 if-no-files-found : error
283286
284287 linux-matrix-test :
285- runs-on : ubuntu-latest
288+ runs-on : ubuntu-22.04
286289 needs :
287290 - linux-hostlibs
288291
@@ -310,7 +313,7 @@ jobs:
310313 run : python ./scripts/pipeline.py matrix -v
311314
312315 linux-skia :
313- runs-on : ubuntu-latest
316+ runs-on : ubuntu-22.04
314317 strategy :
315318 matrix :
316319 include :
@@ -364,7 +367,7 @@ jobs:
364367 if-no-files-found : error
365368
366369 linux-link-avalonia :
367- runs-on : ubuntu-latest
370+ runs-on : ubuntu-22.04
368371 needs :
369372 - linux-hostlibs
370373 - linux-skia
You can’t perform that action at this time.
0 commit comments