Skip to content

Commit

Permalink
change ci cocopods version to 1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSen-qn committed Nov 13, 2023
1 parent c047858 commit e7dcaed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: setup-cocoapods
uses: maxim-lobanov/setup-cocoapods@v1
with:
version: 1.12.1
version: 1.14.2
- name: Run Cases
env:
QINIU_TEST_ENV: travis
Expand Down
2 changes: 1 addition & 1 deletion QiniuSDK/Common/QNConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
#define kQNPreQueryHost01 @"kodo-config.qiniuapi.com"
#define kQNPreQueryHost02 @"uc.qbox.me"
#define kQNPreQueryHost03 @"api.qiniu.com"
#define kQNPreQueryHosts @[kQNPreQueryHost00, kQNPreQueryHost01, kQNPreQueryHost02]
#define kQNPreQueryHosts @[kQNPreQueryHost00, kQNPreQueryHost01, kQNPreQueryHost02, kQNPreQueryHost03]

#define kQNUpLogHost @"uplog.qbox.me"

0 comments on commit e7dcaed

Please sign in to comment.