Skip to content

Commit

Permalink
use python 3.11 for macOS/iOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Jun 11, 2024
1 parent 3fb2f15 commit 7940012
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Select XCode Version
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd
with:
xcode-version: latest-stable

- name: Update setuptools
run: |
python3 -m pip install --upgrade pip setuptools
- name: Clone DepotTools
run: |
cd ..
Expand Down Expand Up @@ -145,17 +145,17 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Select XCode Version
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd
with:
xcode-version: latest-stable

- name: Update setuptools
run: |
python3 -m pip install --upgrade pip setuptools
- name: Clone DepotTools
run: |
cd ..
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install NDK r23c
uses: nttld/setup-ndk@v1
Expand Down Expand Up @@ -451,9 +451,9 @@ jobs:
runs-on: windows-2019
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.8'

Expand Down Expand Up @@ -611,7 +611,7 @@ jobs:
echo "/usr/lib/x86_64-linux-gnu doesn't not exist."
fi
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
id: setup-jdk
with:
Expand Down Expand Up @@ -829,7 +829,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Clone DepotTools
run: |
Expand Down

0 comments on commit 7940012

Please sign in to comment.