We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8e8c1 commit a40fb17Copy full SHA for a40fb17
.github/workflows/integration-tests.yml
@@ -17,17 +17,15 @@ jobs:
17
name: PR unit tests
18
strategy:
19
matrix:
20
- os: [ubuntu-latest, macos-latest]
+ os: [ubuntu-latest, macos-15]
21
fail-fast: false
22
runs-on: ${{ matrix.os }}
23
24
steps:
25
- 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
+ if: ${{ matrix.os == 'macos-15' }}
+ id: setup-docker
+ uses: douglascamata/[email protected]
31
32
- name: Set up Go
33
uses: actions/setup-go@v5
0 commit comments