Skip to content

Commit 7172dab

Browse files
committed
revert change to Xvfb color depth
1 parent d9cf4ec commit 7172dab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- uses: actions/checkout@v6
123123
- name: Start xvfb
124124
run: |
125-
Xvfb :99 -ac -screen 0 1024x768x24 &
125+
Xvfb :99 -ac -screen 0 1024x768x16 &
126126
export DISPLAY=:99
127127
echo "DISPLAY=:99" >> $GITHUB_ENV
128128
- name: Report GL/Vulkan

0 commit comments

Comments
 (0)