File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 4949jobs :
5050 stage1 :
5151 if : github.repository_owner == 'llvm'
52- runs : &docker-image
53- using : ' docker'
54- image : ' libcxx/utils/ci/Dockerfile'
55- args :
56- - BASE_IMAGE : ghcr.io/actions/actions-runner:2.317.0
57- - GCC_LATEST_VERSION : 14
58- - LLVM_HEAD_VERSION : 20
52+ runs-on : ubuntu-latest
53+ # runs: &docker-image
54+ # using: 'docker'
55+ # image: 'libcxx/utils/ci/Dockerfile'
56+ # args:
57+ # - BASE_IMAGE: ghcr.io/actions/actions-runner:2.317.0
58+ # - GCC_LATEST_VERSION: 14
59+ # - LLVM_HEAD_VERSION: 20
5960 continue-on-error : false
6061 strategy :
6162 fail-fast : false
9091 **/crash_diagnostics/*
9192 stage2 :
9293 if : github.repository_owner == 'llvm'
93- runs :
94- << : *docker-image
94+ runs-on : ubuntu-latest
9595 needs : [ stage1 ]
9696 continue-on-error : false
9797 strategy :
@@ -172,8 +172,7 @@ jobs:
172172 ' benchmarks' ,
173173 ' bootstrapping-build'
174174 ]
175- runs :
176- << : *docker-image
175+ runs-on : ubuntu-latest
177176 steps :
178177 - uses : actions/checkout@v4
179178 - name : ${{ matrix.config }}
You can’t perform that action at this time.
0 commit comments