Skip to content

Commit eba15c2

Browse files
[Internal] Some runner tests fail on macOS #2878
- Added running runner-test on macOS in CI/CD
1 parent f5c8fcf commit eba15c2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,10 @@ jobs:
123123
defaults:
124124
run:
125125
working-directory: runner
126-
runs-on: ubuntu-latest
126+
runs-on: ${{ matrix.os }}
127+
strategy:
128+
matrix:
129+
os: [ubuntu-latest, macos-latest]
127130
steps:
128131
- uses: actions/checkout@v4
129132
- name: Set up Go

0 commit comments

Comments
 (0)