Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxianrong committed Oct 25, 2024
1 parent 67dc8d3 commit f9183f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pika.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
sh integrate_test.sh
build_on_macos:
runs-on: macos-latest
runs-on: macos-11

steps:
- uses: actions/checkout@v4
Expand All @@ -169,12 +169,12 @@ jobs:
- name: ccache
uses: hendrikmuhs/[email protected]
with:
key: macos-latest
key: macos-11

- name: Install Deps
run: |
brew update
brew install --overwrite [email protected] autoconf protobuf llvm wget git
brew install --overwrite autoconf protobuf llvm
brew install gcc@10 automake cmake make binutils
- name: Configure CMake
Expand Down

0 comments on commit f9183f0

Please sign in to comment.