[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:
|
||||
stage1:
|
||||
if: github.repository_owner == 'llvm'
|
||||
runs-on: llvm-premerge-libcxx-next-runners
|
||||
runs-on: llvm-premerge-libcxx-runners
|
||||
continue-on-error: false
|
||||
strategy:
|
||||
fail-fast: false
|
||||
@ -75,7 +75,7 @@ jobs:
|
||||
**/crash_diagnostics/*
|
||||
stage2:
|
||||
if: github.repository_owner == 'llvm'
|
||||
runs-on: llvm-premerge-libcxx-next-runners
|
||||
runs-on: llvm-premerge-libcxx-runners
|
||||
needs: [ stage1 ]
|
||||
continue-on-error: false
|
||||
strategy:
|
||||
@ -122,7 +122,7 @@ jobs:
|
||||
**/crash_diagnostics/*
|
||||
stage3:
|
||||
if: github.repository_owner == 'llvm'
|
||||
runs-on: llvm-premerge-libcxx-next-runners
|
||||
runs-on: llvm-premerge-libcxx-runners
|
||||
needs: [ stage2 ]
|
||||
continue-on-error: false
|
||||
strategy:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user