Skip to content

Commit d6c6eb1

Browse files
mjrenomjreno
authored andcommitted
update ci to macos-14
1 parent ae70e98 commit d6c6eb1

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
strategy:
6464
fail-fast: false
6565
matrix:
66-
os: [ ubuntu-22.04, macos-13, windows-2022 ]
66+
os: [ ubuntu-22.04, macos-14, windows-2022 ]
6767
python: [ "311", "312", "313" ]
6868
env:
6969
GCC_V: 11

pixi.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ classifiers = [
3535
requires-python = ">=3.11"
3636
dependencies = [
3737
"attrs", # todo: bounds?
38-
"cartopy>0.24",
38+
"cartopy>=0.24.1",
3939
"cattrs", # todo: bounds?
4040
"flopy",
4141
"Jinja2>=3.0",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)