Skip to content

Commit 778c8f3

Browse files
committed
GitHub Actions: Add LLVM 13 job
1 parent 423a1d8 commit 778c8f3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/supported_llvm_versions.yml

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ jobs:
77
fail-fast: false
88
matrix:
99
include:
10+
- job_name: Ubuntu 18.04, LLVM 13, latest LDC beta
11+
os: ubuntu-18.04
12+
host_dc: ldc-beta
13+
llvm_version: "13.0.0"
14+
cmake_opts: ""
1015
- job_name: Ubuntu 18.04, LLVM 12, latest LDC beta
1116
os: ubuntu-18.04
1217
host_dc: ldc-beta

0 commit comments

Comments
 (0)