Skip to content

Commit

Permalink
Switch Linux runner to ubuntu-20.04 to unbreak CI
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bjorn3 committed Dec 2, 2022
1 parent 04eaaa0 commit f845eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
- os: ubuntu-20.04 # FIXME switch to ubuntu-22.04 once #1303 is fixed
env:
TARGET_TRIPLE: x86_64-unknown-linux-gnu
- os: macos-latest
Expand Down

0 comments on commit f845eaf

Please sign in to comment.