Skip to content

Commit

Permalink
Remove LLVM 13 support on macOS
Browse files Browse the repository at this point in the history
LLVM 13 was removed from Homebrew on 31.12.2024
  • Loading branch information
AlexDenisov committed Jan 1, 2025
1 parent 10073f7 commit ddbb092
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
strategy:
matrix:
include:
- OS_NAME: "macos"
LLVM_VERSION: 13
- OS_NAME: "macos"
LLVM_VERSION: 14
- OS_NAME: "macos"
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

SUPPORTED_PLATFORMS = {
"ubuntu": {"20.04": [12], "22.04": [13, 14, 15], "24.04": [14, 15, 16, 17, 18]},
"macos": {"latest": [13, 14, 15, 16, 17, 18]},
"macos": {"latest": [14, 15, 16, 17, 18]},
}


Expand Down

0 comments on commit ddbb092

Please sign in to comment.