Skip to content

Commit 729305e

Browse files
committed
setup docker on macos
1 parent dcce5df commit 729305e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/integration-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
type: choice
2323
options:
2424
- ubuntu-latest
25-
- macos-latest
25+
- macos-13
2626

2727

2828
jobs:
@@ -32,7 +32,7 @@ jobs:
3232
matrix:
3333
runner:
3434
- ubuntu-latest
35-
- macos-latest
35+
- macos-13
3636
steps:
3737
- name: Checkout
3838
uses: actions/checkout@v2
@@ -44,7 +44,6 @@ jobs:
4444
python-version: 3.11
4545

4646
- name: Docker setup (macos only)
47-
id: setup-docker-mac
4847
if: ${{ runner.os == 'macOS' }}
4948
run: |
5049
brew install docker

0 commit comments

Comments
 (0)