Skip to content

Commit

Permalink
Modifications in the build.yml action for macOs incompatibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
jongari7 committed Aug 28, 2024
1 parent 5b45cea commit 4edf51b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- { os: windows-latest, py: "3.9" }
- { os: windows-latest, py: "3.10" }
- { os: macOS-12, py: "3.7" }
- { os: macOS-latest, py: "3.8" }
- { os: macOS-latest, py: "3.9" }
- { os: macOS-12, py: "3.8" }
- { os: macOS-12, py: "3.9" }
- { os: ubuntu-latest, py: "3.7" }
- { os: ubuntu-latest, py: "3.8" }
- { os: ubuntu-latest, py: "3.9" }
Expand Down

0 comments on commit 4edf51b

Please sign in to comment.