Skip to content

Commit 12d7e22

Browse files
committed
Upgraded dependencies and GHA runners
1 parent e125e69 commit 12d7e22

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: [ubuntu-20.04, ubuntu-22.04, macos-13, macos-14]
25+
os: [ubuntu-22.04, ubuntu-24.04, macos-13, macos-14]
2626
build_type: [static_build, shared_build]
2727

2828
steps:

environment-dev.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ dependencies:
77
- cxx-compiler
88
# Host dependencies
99
- nlohmann_json
10-
- xeus-zmq>=3.0.0,<=4.0
10+
- xeus-zmq>=3.1.1,<=4.0
1111
- sqlite
1212
- sqlitecpp
1313
- cpp-tabulate=1.5
14-
- xvega>=0.1.0
15-
- xproperty>=0.12.0
16-
- xvega-bindings>=0.1.0
14+
- xvega>=0.1.3
15+
- xproperty>=0.12.1
16+
- xvega-bindings>=0.1.1
1717
# Test dependencies
1818
- pytest
1919
- jupyter_kernel_test

0 commit comments

Comments
 (0)