diff options
author | Hailey <me@haileyok.com> | 2025-03-04 09:24:07 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-04 09:24:07 -0800 |
commit | dda0db996368f954f52594816756c70a5ebb7a6c (patch) | |
tree | d0c6bb7e87b720526d34b947d7f42072c7cb33c4 /.github/workflows/build-submit-ios.yml | |
parent | 67c394bc82d8a4316370672546377c8908b2d1f9 (diff) | |
download | voidsky-dda0db996368f954f52594816756c70a5ebb7a6c.tar.zst |
use latest macos/xcode (#7893)
Diffstat (limited to '.github/workflows/build-submit-ios.yml')
-rw-r--r-- | .github/workflows/build-submit-ios.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-submit-ios.yml b/.github/workflows/build-submit-ios.yml index 27351402c..863f4b4dd 100644 --- a/.github/workflows/build-submit-ios.yml +++ b/.github/workflows/build-submit-ios.yml @@ -14,7 +14,7 @@ on: jobs: build: name: Build and Submit iOS - runs-on: macos-14 + runs-on: macos-15 steps: - name: Check for EXPO_TOKEN run: > @@ -52,7 +52,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 |