Skip to content

Commit

Permalink
iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld committed Dec 12, 2024
1 parent cf13a9b commit 13b84de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:
macos-specs:
timeout-minutes: 30
runs-on: macos-13
runs-on: macos-12
steps:
- uses: actions/checkout@v4
- name: Set up Docker
Expand All @@ -23,7 +23,8 @@ jobs:
ln -sfn /opt/homebrew/opt/docker-compose/bin/docker-compose ~/.docker/cli-plugins/docker-compose
mkdir -p ~/.colima/default
echo "vm-type: vz" > ~/.colima/default/colima.yaml
echo "vm-type: vz
arch: aarch64" > ~/.colima/default/colima.yaml
brew services start colima
Expand Down

0 comments on commit 13b84de

Please sign in to comment.