Skip to content

Commit

Permalink
[CI] skip brew update on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Nov 12, 2023
1 parent e704aff commit 1d80754
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
# provided octave versions: ubuntu-20.04 = 5.2, ubuntu-22.04 = 6.4, macos-11 = 8.1, windows-2019 = 7.3
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-12, windows-2019]
os: [ubuntu-20.04, ubuntu-22.04, macos-11, windows-2019]
runs-on: ${{ matrix.os }}
defaults:
run:
Expand All @@ -23,8 +23,6 @@ jobs:
run: |
[[ "$RUNNER_OS" == "Linux" ]] && sudo apt-get update && sudo apt-get install -y octave
if [[ "$RUNNER_OS" == "macOS" ]]; then
brew update
brew update
brew doctor
brew install octave
fi
Expand Down

0 comments on commit 1d80754

Please sign in to comment.