Skip to content

Commit

Permalink
Change job order
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed May 15, 2024
1 parent 15bc75c commit 0968ddc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@ jobs:
- experimental-codegen: true
opt-mode: codesize

# os-specific rules
- os: windows
- os: macos

# run across other python versions. we don't really need to run all
# modes across all python versions - one is enough
- python-version: ["3.10", "310"]
- python-version: ["3.12", "312"]

# os-specific rules
- os: windows
- os: macos

steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 0968ddc

Please sign in to comment.