Skip to content

Commit e0c2017

Browse files
committed
pr feedback
1 parent 3921c8d commit e0c2017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Docker setup (macos only)
3030
id: setup-docker-mac
31-
if: ${{ matrix.os == 'macos-latest' }}
31+
if: ${{ runner.os == 'macOS' }}
3232
run: |
3333
brew install docker
3434
colima start

0 commit comments

Comments
 (0)