Skip to content

Commit

Permalink
Merge pull request #78 from ihuicatl/workflow
Browse files Browse the repository at this point in the history
Update OS versions in the CI
  • Loading branch information
JohanMabille committed Nov 14, 2023
2 parents f3ef3f9 + feeb0ca commit 67eb6ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-18.04, ubuntu-20.04, macos-10.15, macos-11]
os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12]
build_type: [static_build, shared_build]

steps:
Expand Down
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- cxx-compiler
- ninja
# host dependencies
- cpp-tabulate
- cpp-tabulate=1.3
- cppzmq
- nlohmann_json
- soci-core
Expand Down

0 comments on commit 67eb6ed

Please sign in to comment.