mirror of
https://github.com/karpathy/nanochat.git
synced 2026-04-03 14:15:26 +00:00
Update CI workflow to support multiple OS and Python versions
This commit is contained in:
parent
73d8ee9a3a
commit
9c68e438db
4
.github/workflows/base.yml
vendored
4
.github/workflows/base.yml
vendored
|
|
@ -18,8 +18,8 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest] # ubuntu-latest, macos-latest,
|
||||
python-version: [ '3.13'] # '3.10', '3.11', '3.12' ,
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
python-version: ['3.10', '3.11', '3.12', '3.13']
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user