Skip to content

Commit

Permalink
Switch to Apple Silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
John F. Mercer committed Oct 11, 2023
1 parent 325f64f commit db1daf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
os: [macos-latest-xlarge, ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Echo branch name
Expand Down
2 changes: 1 addition & 1 deletion homebrew/homebrew.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ elif [[ "$OSTYPE" == "linux-gnu"* ]]; then
. $HOME/.asdf/asdf.sh
# standard macOS install
else
eval "$(/usr/local/bin/brew shellenv)"
eval "$(/opt/homebrew/bin/brew shellenv)"
fi

0 comments on commit db1daf4

Please sign in to comment.