Skip to content

Commit 287d5ed

Browse files
committed
FIx
1 parent 05d93ff commit 287d5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
exclude:
5151
- type: ${{ !inputs.community_verify_type_inference && 'verify_type_inference' || '*never*' }}
5252
name: "COMMUNITY_${{ matrix.type }}"
53-
runs-on: "${{ matrix.arch }}"
53+
runs-on: "ubuntu-${{ matrix.arch }}"
5454
env:
5555
ASAN_OPTIONS: exitcode=139
5656
UBSAN_OPTIONS: print_stacktrace=1

0 commit comments

Comments
 (0)