Skip to content

Commit

Permalink
testing mac ci
Browse files Browse the repository at this point in the history
  • Loading branch information
GbotemiB committed Oct 29, 2024
1 parent 781f8ee commit ab59da5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
os:
- [ubuntu-latest]
- [ macos-13 ]
- [ macos-latest ]

runs-on: ${{ matrix.os }}

Expand All @@ -32,8 +32,8 @@ jobs:
if: runner.os == 'macos'
run: |
brew install docker docker-buildx
brew install colima
colima start
# brew install colima
# colima start
while ! docker info >/dev/null 2>&1; do sleep 1; done
mkdir -p ~/.docker/cli-plugins
ln -sfn $(which docker-buildx) ~/.docker/cli-plugins/docker-buildx
Expand Down

0 comments on commit ab59da5

Please sign in to comment.