Skip to content

Commit efbb21e

Browse files
authored
Update dependencies to latest, and other fixes (#937)
1 parent f6cbd84 commit efbb21e

16 files changed

+59
-52
lines changed

.github/workflows/build-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup python
3333
uses: actions/setup-python@v4
3434
with:
35-
python-version: '3.7'
35+
python-version: '3.8'
3636

3737
- name: Install prerequisites
3838
shell: bash

.github/workflows/build_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Setup python
6565
uses: actions/setup-python@v4
6666
with:
67-
python-version: '3.7'
67+
python-version: '3.8'
6868

6969
- name: Cache NDK
7070
id: cache_ndk

.github/workflows/build_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Setup python
6666
uses: actions/setup-python@v4
6767
with:
68-
python-version: '3.7'
68+
python-version: '3.8'
6969

7070
- name: setup Xcode version
7171
run: sudo xcode-select -s /Applications/Xcode_${{ env.xcodeVersion }}.app/Contents/Developer

.github/workflows/build_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Setup python
6161
uses: actions/setup-python@v4
6262
with:
63-
python-version: '3.7'
63+
python-version: '3.8'
6464

6565
- name: Install prerequisites
6666
shell: bash

.github/workflows/build_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Setup python
6969
uses: actions/setup-python@v4
7070
with:
71-
python-version: '3.7'
71+
python-version: '3.8'
7272

7373
- name: Add msbuild to PATH (windows)
7474
if: startsWith(matrix.os, 'windows')
@@ -108,7 +108,7 @@ jobs:
108108
echo "SWIG_DIR=$(swig -swiglib)" >> $GITHUB_ENV
109109
110110
- name: Build SDK (MacOS)
111-
timeout-minutes: 90
111+
timeout-minutes: 120
112112
shell: bash
113113
run: |
114114
if [ -f /usr/local/bin/python3.11 ]; then

.github/workflows/build_starter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ on:
5656
required: true
5757

5858
env:
59-
pythonVersion: '3.7'
59+
pythonVersion: '3.8'
6060

6161
jobs:
6262
check_and_prepare:

.github/workflows/build_tvos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Setup python
8787
uses: actions/setup-python@v4
8888
with:
89-
python-version: '3.7'
89+
python-version: '3.8'
9090

9191
- name: setup Xcode version
9292
run: sudo xcode-select -s /Applications/Xcode_${{ env.xcodeVersion }}.app/Contents/Developer

.github/workflows/build_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Setup python
6464
uses: actions/setup-python@v4
6565
with:
66-
python-version: '3.7'
66+
python-version: '3.8'
6767

6868
- name: Add msbuild to PATH (windows)
6969
uses: microsoft/[email protected]

.github/workflows/generate_swig.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup python
4949
uses: actions/setup-python@v4
5050
with:
51-
python-version: '3.7'
51+
python-version: '3.8'
5252

5353
- name: Install prerequisites
5454
shell: bash

.github/workflows/integration_tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ env:
3535
triggerLabelPrefix: "tests-requested: "
3636
triggerLabelFull: "tests-requested: full"
3737
triggerLabelQuick: "tests-requested: quick"
38-
pythonVersion: '3.7'
38+
pythonVersion: '3.8'
3939
artifactRetentionDays: 2
4040

4141
jobs:
@@ -185,7 +185,7 @@ jobs:
185185
- name: Setup python
186186
uses: actions/setup-python@v4
187187
with:
188-
python-version: '3.7'
188+
python-version: '3.8'
189189
- name: Install python deps
190190
timeout-minutes: 10
191191
shell: bash
@@ -360,7 +360,7 @@ jobs:
360360
- name: Setup python
361361
uses: actions/setup-python@v4
362362
with:
363-
python-version: '3.7'
363+
python-version: '3.8'
364364
- name: Install python deps
365365
timeout-minutes: 10
366366
shell: bash
@@ -387,10 +387,10 @@ jobs:
387387
name: 'firebase_unity_sdk.zip'
388388
workflow: 'build_starter.yml'
389389
run_id: ${{ github.event.inputs.packaged_sdk_run_id }}
390-
- name: Set up Node (16)
390+
- name: Set up Node (18)
391391
uses: actions/setup-node@v3
392392
with:
393-
node-version: 16.x
393+
node-version: 18.x
394394
- name: Setup java for Firestore emulator
395395
uses: actions/setup-java@v3
396396
with:
@@ -483,7 +483,7 @@ jobs:
483483
- name: Setup python
484484
uses: actions/setup-python@v4
485485
with:
486-
python-version: '3.7'
486+
python-version: '3.8'
487487
- name: Install python deps
488488
timeout-minutes: 10
489489
shell: bash
@@ -493,11 +493,11 @@ jobs:
493493
with:
494494
path: testapps
495495
name: ${{ steps.matrix_info.outputs.artifact_path }}
496-
- name: Set up Node (16)
496+
- name: Set up Node (18)
497497
if: ${{ matrix.test_device == 'github_runner' }}
498498
uses: actions/setup-node@v3
499499
with:
500-
node-version: 16.x
500+
node-version: 18.x
501501
- name: Setup java for Firestore emulator
502502
if: ${{ matrix.test_device == 'github_runner' }}
503503
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)