Skip to content

Commit 5badac2

Browse files
authored
Update .github/workflows/build-image-test.yaml
1 parent 61bce20 commit 5badac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
>> $GITHUB_ENV
6666
6767
- name: Setup docker (missing on MacOS)
68-
if: matrix.os == 'macos'
68+
if: runner.os == 'macos'
6969
run: |
7070
brew install docker
7171
colima start

0 commit comments

Comments
 (0)