From 161d5dbcaf42c29ee8812e97d62e06592a0e2c2b Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 5 Jul 2026 04:05:43 +0800 Subject: [PATCH] Fix: Use correct Docker-OSX image tag (latest instead of sonoma) --- .github/workflows/build-ios.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-ios.yml b/.github/workflows/build-ios.yml index 994eff5..3002f1c 100644 --- a/.github/workflows/build-ios.yml +++ b/.github/workflows/build-ios.yml @@ -138,7 +138,7 @@ jobs: if: ${{ steps.check_lfs.outputs.lfs_ready == 'true' }} run: | echo "Pulling Docker-OSX image (this may take a while)..." - docker pull sickcodes/docker-osx:sonoma || echo "Failed to pull image" + docker pull sickcodes/docker-osx:latest || echo "Failed to pull image" - name: Build iOS with Docker-OSX if: ${{ steps.check_lfs.outputs.lfs_ready == 'true' }} @@ -156,7 +156,7 @@ jobs: -e SMP=4 \ -e DISPLAY=dummy \ -v $PWD:/workspace \ - sickcodes/docker-osx:sonoma \ + sickcodes/docker-osx:latest \ bash -c ' echo "Waiting for macOS to boot (60s)..." sleep 60