Skip to content

Commit

Permalink
Merge pull request #144 from JohanMabille/fix_ci
Browse files Browse the repository at this point in the history
Dependencies cleanup and CI images upgrade
  • Loading branch information
JohanMabille authored Dec 16, 2024
2 parents 8837e3c + e36977d commit 1aa9592
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12]
os: [ubuntu-20.04, ubuntu-22.04, macos-13, macos-14]
build_type: [static_build, shared_build]

steps:
Expand Down
2 changes: 0 additions & 2 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ dependencies:
- cxx-compiler
# Host dependencies
- nlohmann_json
- cppzmq
- xeus>=5.0.0,<=6.0
- xeus-zmq>=3.0.0,<=4.0
- sqlite
- sqlitecpp
Expand Down

0 comments on commit 1aa9592

Please sign in to comment.