mirror of
https://github.com/karpathy/nanochat.git
synced 2026-04-01 05:05:23 +00:00
workflow remove windows from matrix
This commit is contained in:
parent
c4efcafaa8
commit
a7d130f015
2
.github/workflows/base.yml
vendored
2
.github/workflows/base.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
python-version: ['3.10']
|
||||
fail-fast: false
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user