Skip to content

Commit 22754f6

Browse files
committed
fix macos: bump icu4c version
Tests: протестировано CI Pull Request resolved: #888 commit_hash:379a6c99659756e7b47fd64ae830e97404e496f7
1 parent c3bc675 commit 22754f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
brew link postgresql@16 # postgresql is keg-only
6565
brew link --force zlib # keg-only + need for static linkage
66-
brew link --force icu4c@76 # keg-only + need for static boost linkage
66+
brew link --force icu4c # keg-only + need for static boost linkage
6767
brew link --force curl # keg-only
6868
brew link --force cyrus-sasl # keg-only
6969
brew link --force openldap # keg-only

scripts/docs/en/deps/macos.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ git
1212
google-benchmark
1313
googletest
1414
hiredis
15-
icu4c@76
15+
icu4c
1616
jemalloc
1717
krb5
1818
libev

scripts/docs/en/userver/build/dependencies.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ For current macOS build dependencies, userver expects that following packages ar
244244
brew link postgresql@16 # postgresql is keg-only (required by PostgreSQL)
245245
brew link --force openldap # keg-only (required by PostgreSQL)
246246
brew link --force zlib # keg-only + need for static linkage (required by Universal)
247-
brew link --force icu4c@76 # keg-only + need for static boost linkage (required by Universal)
247+
brew link --force icu4c # keg-only + need for static boost linkage (required by Universal)
248248
brew link --force curl # keg-only (required by Core)
249249
brew link --force cyrus-sasl # keg-only (required by Mongo and Kafka)
250250
```

0 commit comments

Comments
 (0)