about summary refs log tree commit diff
path: root/.github/workflows/bundle-deploy-eas-update.yml
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2025-03-04 09:24:07 -0800
committerGitHub <noreply@github.com>2025-03-04 09:24:07 -0800
commitdda0db996368f954f52594816756c70a5ebb7a6c (patch)
treed0c6bb7e87b720526d34b947d7f42072c7cb33c4 /.github/workflows/bundle-deploy-eas-update.yml
parent67c394bc82d8a4316370672546377c8908b2d1f9 (diff)
downloadvoidsky-dda0db996368f954f52594816756c70a5ebb7a6c.tar.zst
use latest macos/xcode (#7893)
Diffstat (limited to '.github/workflows/bundle-deploy-eas-update.yml')
-rw-r--r--.github/workflows/bundle-deploy-eas-update.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/bundle-deploy-eas-update.yml b/.github/workflows/bundle-deploy-eas-update.yml
index da73ae976..95dfe1dd1 100644
--- a/.github/workflows/bundle-deploy-eas-update.yml
+++ b/.github/workflows/bundle-deploy-eas-update.yml
@@ -134,7 +134,7 @@ jobs:
   # GitHub actions are horrible so let's just copy paste this in
   buildIfNecessaryIOS:
     name: Build and Submit iOS
-    runs-on: macos-14
+    runs-on: macos-15
     concurrency:
       group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}-build-ios
       cancel-in-progress: true
@@ -176,7 +176,7 @@ jobs:
 
       - uses: maxim-lobanov/setup-xcode@v1
         with:
-          xcode-version: '15.3'
+          xcode-version: '16.2'
 
       - name: ☕️ Setup Cocoapods
         uses: maxim-lobanov/setup-cocoapods@v1