Skip to content

Commit 6cdf05f

Browse files
authored
Merge pull request #110 from OpenWaterAnalytics/dev
2 parents 777701d + 730429a commit 6cdf05f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ jobs:
7171
strategy:
7272
fail-fast: false
7373
matrix:
74-
os: [windows-2022, macos-10.15]
74+
os: [windows-2022, macos-12]
7575
py: ["3.7", "3.8", "3.9", "3.10", "3.11"]
7676
include:
7777
- os: windows-2022
7878
sys_pkgs: choco install swig
7979
activate: ./build-env/Scripts/activate
8080

81-
- os: macos-10.15
81+
- os: macos-12
8282
sys_pkgs: brew install swig ninja
8383
activate: source ./build-env/bin/activate
8484

swmm-toolkit/swmm-solver

0 commit comments

Comments
 (0)