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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user