Skip to content

Commit

Permalink
try installing docker on macos differently
Browse files Browse the repository at this point in the history
  • Loading branch information
Weakky committed Jun 3, 2024
1 parent 1a0d782 commit 05e3cd2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
run: cargo test ${{matrix.features}}

cargo-test-macos:
runs-on: macos-latest
runs-on: macos-13

strategy:
fail-fast: false
Expand All @@ -208,12 +208,7 @@ jobs:

- uses: actions-rs/toolchain@v1

- name: Install docker # Taken from https://github.com/actions/virtual-environments/issues/1143#issuecomment-652264388
run: |
brew install docker
colima start
# - uses: docker-practice/actions-setup-docker@master
- uses: docker-practice/actions-setup-docker@master

- name: Start SQL Server ${{matrix.database}}
run: DOCKER_BUILDKIT=1 docker-compose -f docker-compose.yml up -d mssql-${{matrix.database}}
Expand Down

0 comments on commit 05e3cd2

Please sign in to comment.