[libc++] Switch CI runners to use the latest Docker image (#190363)
This commit is contained in:
parent
014d5d51e1
commit
fe07678c1f
6
.github/workflows/libcxx-build-and-test.yaml
vendored
6
.github/workflows/libcxx-build-and-test.yaml
vendored
@ -36,7 +36,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
stage1:
|
stage1:
|
||||||
if: github.repository_owner == 'llvm'
|
if: github.repository_owner == 'llvm'
|
||||||
runs-on: llvm-premerge-libcxx-next-runners
|
runs-on: llvm-premerge-libcxx-runners
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@ -75,7 +75,7 @@ jobs:
|
|||||||
**/crash_diagnostics/*
|
**/crash_diagnostics/*
|
||||||
stage2:
|
stage2:
|
||||||
if: github.repository_owner == 'llvm'
|
if: github.repository_owner == 'llvm'
|
||||||
runs-on: llvm-premerge-libcxx-next-runners
|
runs-on: llvm-premerge-libcxx-runners
|
||||||
needs: [ stage1 ]
|
needs: [ stage1 ]
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
strategy:
|
strategy:
|
||||||
@ -122,7 +122,7 @@ jobs:
|
|||||||
**/crash_diagnostics/*
|
**/crash_diagnostics/*
|
||||||
stage3:
|
stage3:
|
||||||
if: github.repository_owner == 'llvm'
|
if: github.repository_owner == 'llvm'
|
||||||
runs-on: llvm-premerge-libcxx-next-runners
|
runs-on: llvm-premerge-libcxx-runners
|
||||||
needs: [ stage2 ]
|
needs: [ stage2 ]
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user