Skip to content

Commit

Permalink
Merge pull request #579 from popsim-consortium/fix_CI
Browse files Browse the repository at this point in the history
fix CI
  • Loading branch information
grahamgower authored Nov 25, 2024
2 parents faf6456 + ace58be commit 4eb5273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2022, macos-11]
os: [ubuntu-20.04, windows-2022, macos-14]
python-version: ["3.11"]

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2022, macos-11]
python-version: [3.7, "3.11"]
os: [ubuntu-20.04, windows-2022, macos-14]
python-version: ["3.9", "3.11"]
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
Expand Down

0 comments on commit 4eb5273

Please sign in to comment.