Skip to content

Commit

Permalink
ci: let's fix headless first
Browse files Browse the repository at this point in the history
  • Loading branch information
cztomsik committed Oct 6, 2024
1 parent a5c848e commit 51fb263
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ on:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [linux, windows, macos]
headless: [false, true]
headless: [true]
runs-on: ${{ matrix.os == 'linux' && 'ubuntu-latest' || matrix.os == 'macos' && 'macos-14' || 'windows-latest' }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 51fb263

Please sign in to comment.