just ubuntu in CI

This commit is contained in:
Andre Staltz 2023-06-12 14:48:46 +03:00
parent 5a04b9fe7f
commit 16409daff6
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [16.x, 18.x, 20.x] node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest, macos-latest, windows-latest] os: [ubuntu-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
timeout-minutes: 2 timeout-minutes: 2