Skip to content

Commit a494ba9

Browse files
committed
WIP: Try on ubuntu-latest
1 parent 2fdbb38 commit a494ba9

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,14 @@ env:
4949
jobs:
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
@@ -90,8 +91,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)