Skip to content

Commit c745979

Browse files
cynthiajoanCynthia Jiang
andauthored
More actions that need to get update (#492)
* Update release readme info * Update actions from using node12 to node16 * update upload-artifact * test pod update to solve build failure * Update ios target to 11.0 * don't need extra pod install * update actions Co-authored-by: Cynthia Jiang <[email protected]>
1 parent 7419575 commit c745979

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Cache NDK
7878
id: cache_ndk
79-
uses: actions/cache@v2
79+
uses: actions/cache@v3
8080
with:
8181
path: /tmp/android-ndk-r21e
8282
key: android-ndk-${{ matrix.os }}-r21e

.github/workflows/build_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Add msbuild to PATH (windows)
8585
if: startsWith(matrix.os, 'windows')
86-
uses: microsoft/setup-msbuild@v1.0.2
86+
uses: microsoft/setup-msbuild@v1.1
8787

8888
- name: Install prerequisites
8989
shell: bash

.github/workflows/build_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
python-version: '3.7'
8686

8787
- name: Add msbuild to PATH (windows)
88-
uses: microsoft/setup-msbuild@v1.0.2
88+
uses: microsoft/setup-msbuild@v1.1
8989

9090
- name: Install prerequisites
9191
shell: bash

0 commit comments

Comments
 (0)