Skip to content

Commit

Permalink
os matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmo314 committed Jan 26, 2025
1 parent d9430c5 commit e5e5c6d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/codegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:

jobs:
codegen:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
architecture: ['x64', 'arm64']

steps:
- name: Checkout code
Expand All @@ -19,7 +19,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.architecture }}
cache: 'pip' # caching pip dependencies
- working-directory: codegen
run: pip install -r requirements.txt && python codegen.py
Expand Down

0 comments on commit e5e5c6d

Please sign in to comment.