Skip to content

Commit

Permalink
2.x: Change aarch64 for colima
Browse files Browse the repository at this point in the history
  • Loading branch information
DionisioFG committed Mar 15, 2024
1 parent a57826e commit e9632dd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ce-dev-test-macos-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ jobs:
brew install --overwrite mysql-client || true
- name: Install and start Colima
run: |
brew install colima
colima version
rm -rf ~/.colima/_lima/_networks/user-v2
colima start --cpu 3 --memory 6 --disk 100 --vm-type=qemu --mount-type=sshfs
brew install --HEAD colima
colima start --cpu 4 --memory 6 --disk 100 --arch aarch64 --vm-type=vz
# We build mkcert from source because releases are broken
- name: Install test dependencies
run: |
Expand Down

0 comments on commit e9632dd

Please sign in to comment.