Skip to content

Commit

Permalink
fix(ci): use master instead of v2
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Apr 15, 2024
1 parent 1d15b11 commit cd113c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-macosx-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
ref: ${{ github.ref }}
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@v2
uses: Homebrew/actions/setup-homebrew@master
- name: Install Clang 16
run: brew install llvm@16
- name: Install Rust Toolchain (macos)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macosx-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
ref: ${{ github.ref }}
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@v2
uses: Homebrew/actions/setup-homebrew@master
- name: Install Clang 16
run: brew install llvm@16
- name: Install Rust Toolchain (macos)
Expand Down

0 comments on commit cd113c0

Please sign in to comment.