Skip to content

Commit

Permalink
Do not run LLVM 15 tests on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDenisov authored and AlexDenisov committed Jan 17, 2023
1 parent de5279f commit 8b892c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: macos-11
strategy:
matrix:
LLVM_VERSION: ["11.0", "12.0", "13.0", "14.0", "15.0"]
LLVM_VERSION: ["11.0", "12.0", "13.0", "14.0"]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 8b892c7

Please sign in to comment.