From e6d180178e776e74214b11cacaae04f98d75cf41 Mon Sep 17 00:00:00 2001 From: Jay Date: Sat, 16 Aug 2025 22:14:16 +0000 Subject: [PATCH 1/7] 97ff04a728735e6b6b098bdf983faaba --- SNAPSHOT_HASH | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SNAPSHOT_HASH b/SNAPSHOT_HASH index 70f8421..ed39d8c 100644 --- a/SNAPSHOT_HASH +++ b/SNAPSHOT_HASH @@ -1 +1 @@ -830f4f59e7969c70b595182826435c19 +97ff04a728735e6b6b098bdf983faaba From 3a2def70d760fcc3958bc2caaed5a693a4ed7e91 Mon Sep 17 00:00:00 2001 From: Jay Date: Sat, 16 Aug 2025 23:25:40 +0000 Subject: [PATCH 2/7] 97ff04a728735e6b6b098bdf983faaba --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f96f833..5903923 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Xcode version uses: maxim-lobanov/setup-xcode@v1.3.0 with: - xcode-version: latest-stable + xcode-version: 15.0 - name: Set variables run: | HASH=$(cat SNAPSHOT_HASH) @@ -75,7 +75,7 @@ jobs: - name: Setup Xcode version uses: maxim-lobanov/setup-xcode@v1.3.0 with: - xcode-version: latest-stable + xcode-version: 15.1 - name: Set variables run: | HASH=$(cat SNAPSHOT_HASH) From 8e7ddee0bc3d06ae8b3d81a5b172a4f8f77a8600 Mon Sep 17 00:00:00 2001 From: Jay Date: Sat, 16 Aug 2025 23:27:46 +0000 Subject: [PATCH 3/7] 97ff04a728735e6b6b098bdf983faaba --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5903923..7eb826d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Xcode version uses: maxim-lobanov/setup-xcode@v1.3.0 with: - xcode-version: 15.0 + xcode-version: 15.1.0 - name: Set variables run: | HASH=$(cat SNAPSHOT_HASH) @@ -75,7 +75,7 @@ jobs: - name: Setup Xcode version uses: maxim-lobanov/setup-xcode@v1.3.0 with: - xcode-version: 15.1 + xcode-version: 15.1.0 - name: Set variables run: | HASH=$(cat SNAPSHOT_HASH) From 5b55c9eba68beb02f2ec22d92216686487fa9758 Mon Sep 17 00:00:00 2001 From: Jay Date: Sat, 16 Aug 2025 23:55:54 +0000 Subject: [PATCH 4/7] 97ff04a728735e6b6b098bdf983faaba --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7eb826d..4ac2c6f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Xcode version uses: maxim-lobanov/setup-xcode@v1.3.0 with: - xcode-version: 15.1.0 + xcode-version: 15.0 - name: Set variables run: | HASH=$(cat SNAPSHOT_HASH) @@ -75,7 +75,7 @@ jobs: - name: Setup Xcode version uses: maxim-lobanov/setup-xcode@v1.3.0 with: - xcode-version: 15.1.0 + xcode-version: 15.0 - name: Set variables run: | HASH=$(cat SNAPSHOT_HASH) From 8133cd284108b97c499df67ef9031e89d7c60af4 Mon Sep 17 00:00:00 2001 From: Jay Date: Sun, 17 Aug 2025 15:28:09 +0000 Subject: [PATCH 5/7] 97ff04a728735e6b6b098bdf983faaba --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4ac2c6f..298791c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -68,14 +68,14 @@ jobs: ./*.so build-v3: - runs-on: macos-13 + runs-on: macos-14 steps: - name: Check out repository uses: actions/checkout@v2 - name: Setup Xcode version uses: maxim-lobanov/setup-xcode@v1.3.0 with: - xcode-version: 15.0 + xcode-version: latest-stable - name: Set variables run: | HASH=$(cat SNAPSHOT_HASH) From 9de87eebff777156efd7bc0f24580394f8cd6f24 Mon Sep 17 00:00:00 2001 From: Jay Date: Sun, 17 Aug 2025 15:37:19 +0000 Subject: [PATCH 6/7] 97ff04a728735e6b6b098bdf983faaba --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 298791c..685bdc5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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 From 5a1c54ae5b6e6668a7ab3de7d9c16a9141b4a6d6 Mon Sep 17 00:00:00 2001 From: Jay Date: Sun, 17 Aug 2025 16:23:59 +0000 Subject: [PATCH 7/7] 97ff04a728735e6b6b098bdf983faaba --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 685bdc5..e43c8bb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Xcode version uses: maxim-lobanov/setup-xcode@v1.3.0 with: - xcode-version: 15.0 + xcode-version: latest-stable - name: Set variables run: | HASH=$(cat SNAPSHOT_HASH)