Skip to content

Commit

Permalink
moved to ICU 76.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apotocki committed Nov 21, 2024
1 parent 7d52ecf commit c536c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- name: Build
run: |
export ICU4C_RELEASE_LINK=https://github.com/apotocki/icu4c-iosx/releases/download/74.2.8
export ICU4C_RELEASE_LINK=https://github.com/apotocki/icu4c-iosx/releases/download/76.1.0
scripts/build.sh
for i in frameworks/*.xcframework/; do cd frameworks && zip -9 -r "$(basename -- $i).zip" $(basename -- $i) & done; wait
cd frameworks
Expand Down

0 comments on commit c536c60

Please sign in to comment.