Skip to content

Commit

Permalink
Fixed OSX build deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
spectre-ns committed Dec 24, 2024
1 parent ae52796 commit 69a9a9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
fail-fast: false
matrix:
os:
- 12
- 13
- 14
- 15

steps:

Expand Down
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ dependencies:
- xtl=0.7.5
- xsimd=11.1.0
- nlohmann_json
- doctest=2.4.7
- doctest=2.4.11
- pre-commit
- ninja

0 comments on commit 69a9a9b

Please sign in to comment.