Skip to content

Commit 2c3a73d

Browse files
committed
it's matrix.os
1 parent bee5003 commit 2c3a73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
python-version: ${{ matrix.python-version }}
5555

5656
- name: setup xvfb
57-
if: ${{ startsWith(matrix.runs-on, 'ubuntu') }}
57+
if: ${{ startsWith(matrix.os, 'ubuntu') }}
5858
run: |
5959
echo "PRE_TEST=xvfb-run --auto-servernum" >> "$GITHUB_ENV"
6060

0 commit comments

Comments
 (0)