Skip to content

Commit d119f64

Browse files
committed
Update dependencies to fix darwin build error
1 parent 2912153 commit d119f64

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-darwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ${{ inputs.arch == 'arm64' && 'macos-14' || 'macos-13' }}
2323
steps:
2424
- name: Install Conan
25-
run: pip3 install --break-system-packages conan==2.0.10
25+
run: pip3 install --break-system-packages conan==2.17.0
2626

2727
- uses: actions/checkout@v4
2828

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: windows-latest
1818
steps:
1919
- name: Install Conan
20-
run: pip3 install --break-system-packages conan==2.0.10
20+
run: pip3 install --break-system-packages conan==2.17.0
2121

2222
- uses: actions/checkout@v4
2323

conanfile.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[requires]
2-
libpng/1.6.40
3-
zlib/1.2.13
2+
libpng/1.6.50
3+
zlib/1.3.1
44

55
[generators]
66
CMakeDeps

0 commit comments

Comments
 (0)