Skip to content

Commit

Permalink
Rodando o CI no linux, macos e windows
Browse files Browse the repository at this point in the history
  • Loading branch information
taconi committed Oct 15, 2024
1 parent 059af29 commit a4e3afd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.11", "3.12", "3.13"]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- name: Copia os arquivos do repo
Expand Down

0 comments on commit a4e3afd

Please sign in to comment.