Skip to content

Commit a40fb17

Browse files
authored
Update integration-tests.yml
1 parent 5a8e8c1 commit a40fb17

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/integration-tests.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,15 @@ jobs:
1717
name: PR unit tests
1818
strategy:
1919
matrix:
20-
os: [ubuntu-latest, macos-latest]
20+
os: [ubuntu-latest, macos-15]
2121
fail-fast: false
2222
runs-on: ${{ matrix.os }}
2323

2424
steps:
2525
- name: start docker
26-
if: ${{ matrix.os == 'macos-latest' }}
27-
run: |
28-
brew install docker colima
29-
colima start
30-
echo "DOCKER_HOST=unix:///Users/runner/.colima/default/docker.sock" >> $GITHUB_ENV
26+
if: ${{ matrix.os == 'macos-15' }}
27+
id: setup-docker
28+
uses: douglascamata/[email protected]
3129

3230
- name: Set up Go
3331
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)