File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 24
24
bench :
25
25
# Skip if this workflow is triggered by dependabot.
26
26
if : ${{ github.actor != 'dependabot[bot]' }}
27
- runs-on : ubuntu-latest
27
+ # a temporal fix for llvm/llvm-project#99502
28
+ # runs-on: ubuntu-latest
29
+ runs-on : ubuntu-24.04
28
30
steps :
29
31
- uses : actions/checkout@v4
30
32
with :
Original file line number Diff line number Diff line change 12
12
jobs :
13
13
build :
14
14
uses : ./.github/workflows/build.yml
15
+ with :
16
+ # a temporal fix for llvm/llvm-project#99502
17
+ runner : ubuntu-24.04
Original file line number Diff line number Diff line change 24
24
coverage :
25
25
# Skip if this workflow is triggered by dependabot.
26
26
if : ${{ github.actor != 'dependabot[bot]' }}
27
- runs-on : ubuntu-latest
27
+ # a temporal fix for llvm/llvm-project#99502
28
+ # runs-on: ubuntu-latest
29
+ runs-on : ubuntu-24.04
28
30
continue-on-error : true
29
31
steps :
30
32
# Remove packages in order to avoid "No space left on device" error in `make coverage`.
Original file line number Diff line number Diff line change 12
12
jobs :
13
13
build :
14
14
uses : ./.github/workflows/build.yml
15
+ with :
16
+ # a temporal fix for llvm/llvm-project#99502
17
+ runner : ubuntu-24.04
You can’t perform that action at this time.
0 commit comments