Skip to content

Commit 2be3819

Browse files
committed
update macos ci
1 parent 53858d2 commit 2be3819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/MacOs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Create Build Environment
4646
if: matrix.compiler.tool != 'apple-clang'
4747
run: |
48-
brew upgrade &&
48+
brew update &&
4949
brew install ${{matrix.compiler.tool}}@${{matrix.compiler.ver}} ninja
5050
cmake -E make_directory ${{runner.workspace}}/build
5151

0 commit comments

Comments
 (0)