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 6742131 commit d25bb6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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-14
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Set up Docker
Expand All @@ -27,13 +27,13 @@ jobs:
echo '{"cliPluginsExtraDirs": ["/opt/homebrew/lib/docker/cli-plugins"]}' > ~/.docker/config.json
# Wait for Colima to be ready
for i in {1..120}; do
for i in {1..36}; do
colima status || true
if colima status > /dev/null 2>&1; then
break
fi
echo "Waiting for Colima to be ready... ($i/30)"
sleep 2
echo "Waiting for Colima to be ready... ($i/36)"
sleep 5
done
# Set Docker socket location
Expand Down

0 comments on commit d25bb6c

Please # to comment.