Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
strategy:
matrix:
build-type: [ Release, Debug ]
llvm-version: [13, 14, 15]
llvm-version: [16, 17, 18]
arch:
- name: armhf
system-processor: arm
Expand All @@ -106,14 +106,11 @@ jobs:
system-processor: powerpc64le
triple: powerpc64le-linux-gnu
rtld: ld64.so.2
# lld versions prior to 15 do not support R_RISCV_ALIGN relocations
exclude:
- llvm-version: 13
# FIXME(hugo): Hangs while executing tests.
- llvm-version: 18
arch:
name: riscv64
- llvm-version: 14
arch:
name: riscv64
name: ppc64el
# Don't abort runners if a single one fails
fail-fast: false
runs-on: ubuntu-latest
Expand Down