Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-v2:
runs-on: macos-13
runs-on: macos-14
steps:
- name: Check out repository
uses: actions/checkout@v2
Expand All @@ -22,8 +22,8 @@ jobs:
- name: Install tools
run: |
brew install ninja libusbmuxd ideviceinstaller ios-deploy python@3.13
python3 -m pip install wheel
python3 -m pip install .
python3 -m pip install wheel --break-system-packages
python3 -m pip install . --break-system-packages
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
git clone https://github.com/flutter/flutter.git engine
- name: gclient sync
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
./*.so

build-v3:
runs-on: macos-13
runs-on: macos-14
steps:
- name: Check out repository
uses: actions/checkout@v2
Expand All @@ -83,8 +83,8 @@ jobs:
- name: Install tools
run: |
brew install ninja libusbmuxd ideviceinstaller ios-deploy python@3.13
python3 -m pip install wheel
python3 -m pip install .
python3 -m pip install wheel --break-system-packages
python3 -m pip install . --break-system-packages
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
git clone https://github.com/flutter/flutter.git engine
- name: gclient sync
Expand Down
2 changes: 1 addition & 1 deletion SNAPSHOT_HASH
Original file line number Diff line number Diff line change
@@ -1 +1 @@
830f4f59e7969c70b595182826435c19
97ff04a728735e6b6b098bdf983faaba
Loading