Skip to content

Commit

Permalink
WIP: Try on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ldionne committed Sep 23, 2024
1 parent 2fdbb38 commit a494ba9
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/libcxx-build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,14 @@ env:
jobs:
stage1:
if: github.repository_owner == 'llvm'
runs: &docker-image
using: 'docker'
image: 'libcxx/utils/ci/Dockerfile'
args:
- BASE_IMAGE: ghcr.io/actions/actions-runner:2.317.0
- GCC_LATEST_VERSION: 14
- LLVM_HEAD_VERSION: 20
runs-on: ubuntu-latest
# runs: &docker-image
# using: 'docker'
# image: 'libcxx/utils/ci/Dockerfile'
# args:
# - BASE_IMAGE: ghcr.io/actions/actions-runner:2.317.0
# - GCC_LATEST_VERSION: 14
# - LLVM_HEAD_VERSION: 20
continue-on-error: false
strategy:
fail-fast: false
Expand Down Expand Up @@ -90,8 +91,7 @@ jobs:
**/crash_diagnostics/*
stage2:
if: github.repository_owner == 'llvm'
runs:
<<: *docker-image
runs-on: ubuntu-latest
needs: [ stage1 ]
continue-on-error: false
strategy:
Expand Down Expand Up @@ -172,8 +172,7 @@ jobs:
'benchmarks',
'bootstrapping-build'
]
runs:
<<: *docker-image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ${{ matrix.config }}
Expand Down

0 comments on commit a494ba9

Please sign in to comment.