Skip to content

Commit

Permalink
Switch macOS pipelines to M1 executor
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelLipski committed Sep 22, 2023
1 parent 83cc1a5 commit 1df2fe3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ version: 2.1
executors:
macos_executor:
macos:
xcode: 14.2.0
xcode: 14.3.1
resource_class: macos.x86.medium.gen2
ubuntu_executor:
machine:
image: ubuntu-2204:2022.10.2
Expand Down
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## New in git-machete 3.18.3

- added: arm64 packages in Ubuntu PPA

## New in git-machete 3.18.2

- fixed: reading tokens from `~/.github-token` for GitHub Enterprise domains (reported by @mkondratek)
Expand Down
2 changes: 2 additions & 0 deletions ci/homebrew/ci-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ set -e -o pipefail -u -x

HOMEBREW_VERSION=4.0.26

export HOMEBREW_NO_AUTO_UPDATE=1

NONINTERACTIVE=1 bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# https://stackoverflow.com/questions/54912857/how-do-i-install-old-version-of-homebrew-itself-not-the-formula
(cd /home/linuxbrew/.linuxbrew/Homebrew; git checkout $HOMEBREW_VERSION)
Expand Down

0 comments on commit 1df2fe3

Please sign in to comment.