Skip to content

Commit

Permalink
Merge pull request #110 from OpenWaterAnalytics/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
karosc authored Feb 24, 2023
2 parents 777701d + 730429a commit 6cdf05f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2022, macos-10.15]
os: [windows-2022, macos-12]
py: ["3.7", "3.8", "3.9", "3.10", "3.11"]
include:
- os: windows-2022
sys_pkgs: choco install swig
activate: ./build-env/Scripts/activate

- os: macos-10.15
- os: macos-12
sys_pkgs: brew install swig ninja
activate: source ./build-env/bin/activate

Expand Down
2 changes: 1 addition & 1 deletion swmm-toolkit/swmm-solver

0 comments on commit 6cdf05f

Please sign in to comment.