Skip to content

Commit f845eaf

Browse files
committed
Switch Linux runner to ubuntu-20.04 to unbreak CI
Earlier today CI started to fail on Linux with a crash during the jit mode. Turns out ubuntu-latest switched from ubuntu-20.04 to ubuntu-22.04. Let's switch back to ubuntu-20.04 for now to unbreak CI until I figured out the root cause. cc rust-lang#1303
1 parent 04eaaa0 commit f845eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
include:
32-
- os: ubuntu-latest
32+
- os: ubuntu-20.04 # FIXME switch to ubuntu-22.04 once #1303 is fixed
3333
env:
3434
TARGET_TRIPLE: x86_64-unknown-linux-gnu
3535
- os: macos-latest

0 commit comments

Comments
 (0)