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 | |
parent | 67c394bc82d8a4316370672546377c8908b2d1f9 (diff) | |
download | voidsky-dda0db996368f954f52594816756c70a5ebb7a6c.tar.zst |
use latest macos/xcode (#7893)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-submit-ios.yml | 4 | ||||
-rw-r--r-- | .github/workflows/bundle-deploy-eas-update.yml | 4 |
2 files changed, 4 insertions, 4 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 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 |