Skip to content

Commit

Permalink
Reverte mudanção do CI pra rodar em mai de um OS
Browse files Browse the repository at this point in the history
  • Loading branch information
taconi committed Oct 15, 2024
1 parent a4e3afd commit 3777abc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ on:

jobs:
test:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
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 3777abc

Please sign in to comment.