Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kishikawakatsumi committed Nov 27, 2024
1 parent fa6f321 commit 719202a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,16 @@ on:

jobs:
test:
runs-on: macos-14
runs-on: macos-12
steps:
- uses: actions/checkout@v4
- name: Test
run: |
set -ex
brew install --HEAD colima
brew install docker docker-compose qemu
brew install --head colima
LIMACTL_PATH=$(brew --prefix)/bin/limactl
sudo curl -L -o $LIMACTL_PATH https://github.com/mikekazakov/lima-nohvf/raw/master/limactl && sudo chmod +x $LIMACTL_PATH
colima start --network-address --arch arm64 --vm-type=qemu
colima start --network-address --arch x86_64
docker-compose up --detach
Expand Down

0 comments on commit 719202a

Please sign in to comment.