Skip to content

Commit 8559275

Browse files
committed
use release 9.2.3-1 (non-debug)
1 parent 619f0e6 commit 8559275

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- published
77

88
env:
9-
LIBZIM_DL_VERSION: "9.1.0"
9+
LIBZIM_DL_VERSION: "9.2.3-1"
1010
MACOSX_DEPLOYMENT_TARGET: "12.0"
1111
CIBW_ENVIRONMENT_PASS_LINUX: "LIBZIM_DL_VERSION"
1212
# APPLE_SIGNING_KEYCHAIN_PATH set in prepare keychain step

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: test
22
on: [push]
33

44
env:
5-
LIBZIM_DL_VERSION: "2024-08-27"
5+
LIBZIM_DL_VERSION: "9.2.3-1"
66
MACOSX_DEPLOYMENT_TARGET: "12.0"
77

88
jobs:

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- windows
99

1010
env:
11-
LIBZIM_DL_VERSION: "2024-08-27"
11+
LIBZIM_DL_VERSION: "9.2.3-1"
1212
MACOSX_DEPLOYMENT_TARGET: "12.0"
1313
CIBW_ENVIRONMENT_PASS_LINUX: "LIBZIM_DL_VERSION"
1414
CIBW_BUILD_VERBOSITY: "3"

0 commit comments

Comments
 (0)