Fix: Use correct Docker-OSX image tag (latest instead of sonoma)
Build Debug / Build Android Debug APK (push) Successful in 4m1s
Build iOS / Build iOS IPA (push) Successful in 2m47s
Build UUVPN / Build Android APK (push) Has been skipped
Build UUVPN / Build iOS IPA (push) Has been skipped
Build UUVPN / Create GitHub Release (push) Has been skipped
Build UUVPN / Send Notification (push) Successful in 0s
Build Debug / Build iOS Debug App (push) Has been cancelled

This commit is contained in:
2026-07-05 04:05:43 +08:00
parent 23b8260d87
commit 161d5dbcaf
+2 -2
View File
@@ -138,7 +138,7 @@ jobs:
if: ${{ steps.check_lfs.outputs.lfs_ready == 'true' }} if: ${{ steps.check_lfs.outputs.lfs_ready == 'true' }}
run: | run: |
echo "Pulling Docker-OSX image (this may take a while)..." 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 - name: Build iOS with Docker-OSX
if: ${{ steps.check_lfs.outputs.lfs_ready == 'true' }} if: ${{ steps.check_lfs.outputs.lfs_ready == 'true' }}
@@ -156,7 +156,7 @@ jobs:
-e SMP=4 \ -e SMP=4 \
-e DISPLAY=dummy \ -e DISPLAY=dummy \
-v $PWD:/workspace \ -v $PWD:/workspace \
sickcodes/docker-osx:sonoma \ sickcodes/docker-osx:latest \
bash -c ' bash -c '
echo "Waiting for macOS to boot (60s)..." echo "Waiting for macOS to boot (60s)..."
sleep 60 sleep 60