Skip to content

Commit f7c40a7

Browse files
authored
Ci fix (#660)
* Upgraded GHA image runners * Added upper bound on pybind11 on WASM
1 parent 965a467 commit f7c40a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
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:
@@ -83,7 +83,7 @@ jobs:
8383
strategy:
8484
fail-fast: false
8585
matrix:
86-
os: [windows-2019, windows-2022]
86+
os: [windows-2022, windows-2025]
8787
build_type: [static_build, shared_build]
8888

8989
steps:

environment-wasm-host.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- https://repo.prefix.dev/conda-forge
55
dependencies:
66
- ipython
7-
- pybind11
7+
- pybind11 <3
88
- jedi
99
- nlohmann_json
1010
- pybind11_json

0 commit comments

Comments
 (0)