Skip to content

Commit 5d1f781

Browse files
xcode upgrade
1 parent 2690160 commit 5d1f781

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ios-build-and-release-for-9ck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131

132132
build-and-upload:
133133
name: Build Archive for iOS and Upload to TestFlight
134-
runs-on: macos-13
134+
runs-on: macos-15
135135
timeout-minutes: 60
136136
needs: build
137137
if: startsWith(github.ref, 'refs/heads/release/') || startsWith(github.event.ref, 'refs/tags/')|| github.event.inputs.manual_build_option

.github/workflows/ios-build-and-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128

129129
build-and-upload:
130130
name: Build Archive for iOS and Upload to TestFlight
131-
runs-on: macos-13
131+
runs-on: macos-15
132132
timeout-minutes: 60
133133
needs: build
134134
if: startsWith(github.ref, 'refs/heads/release/') || startsWith(github.event.ref, 'refs/tags/')|| github.event.inputs.manual_build_option

nekoyume/ProjectSettings/ProjectSettings.asset

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ PlayerSettings:
139139
16:10: 0
140140
16:9: 1
141141
Others: 0
142-
bundleVersion: 290.0.3
142+
bundleVersion: 290.0.4
143143
preloadedAssets: []
144144
metroInputSource: 0
145145
wsaTransparentSwapchain: 0

0 commit comments

Comments
 (0)