Skip to content

Commit

Permalink
Fix ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDenisov committed May 14, 2024
1 parent 970c3dd commit 4b983a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: macOS 11 CI
name: macOS CI

env:
CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}
Expand All @@ -15,7 +15,7 @@ on:
jobs:
macos-11:
name: LLVM ${{ matrix.LLVM_VERSION }}
runs-on: macos-12
runs-on: macos-latest
strategy:
matrix:
LLVM_VERSION: [12, 13, 14, 16]
Expand Down
1 change: 0 additions & 1 deletion infrastructure/macos-playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
mull_cxx_flags: ""

packages:
- homebrew/cask/cmake
- zlib
- ncurses
- sqlite
Expand Down

0 comments on commit 4b983a5

Please sign in to comment.