refactor: remove Windows from CI matrix for streamlined builds
All checks were successful
Continuous Integration / Build and Test on ubuntu-latest (push) Successful in 2m6s
All checks were successful
Continuous Integration / Build and Test on ubuntu-latest (push) Successful in 2m6s
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
os: [ubuntu-latest]
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
Reference in New Issue
Block a user