Skip to content

Commit

Permalink
.github: Don't build toolchains on 20.04
Browse files Browse the repository at this point in the history
Due to gn installation complications, it's just a PITA.

Signed-off-by: Pedro Falcato <[email protected]>
  • Loading branch information
heatd committed Jan 31, 2025
1 parent b272844 commit 214df59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubuntu-20.04]
os: [ubuntu-22.04]
target_arch: [x86_64, riscv64, arm64]
toolchain: [gnu]
include:
Expand Down

0 comments on commit 214df59

Please sign in to comment.