Skip to content

Commit

Permalink
More LLVMs on arm
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDenisov committed Jan 18, 2025
1 parent 81bd176 commit de3b969
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci-ubuntu-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ jobs:
strategy:
matrix:
include:
- OS_NAME: "ubuntu"
OS_VERSION: "20.04"
LLVM_VERSION: 12
- OS_NAME: "ubuntu"
OS_VERSION: "22.04"
LLVM_VERSION: 13
- OS_NAME: "ubuntu"
OS_VERSION: "22.04"
LLVM_VERSION: 14
- OS_NAME: "ubuntu"
OS_VERSION: "22.04"
LLVM_VERSION: 15
- OS_NAME: "ubuntu"
OS_VERSION: "24.04"
LLVM_VERSION: 14
Expand Down
2 changes: 2 additions & 0 deletions infrastructure/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
},
"ubuntu-arm64": {
"versions": {
"20.04": [12],
"22.04": [13, 14, 15],
"24.04": [14, 15, 16, 17, 18],
},
"template": "ubuntu",
Expand Down

0 comments on commit de3b969

Please sign in to comment.