Skip to content

Commit 9a00897

Browse files
Force macOS version
1 parent 296b651 commit 9a00897

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.env-example

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
DEVELOPMENT_TEAM=TEAM
2-
CODE_SIGN_IDENTITY=Apple Distribution
2+
CODE_SIGN_IDENTITY="Apple Distribution"
33
PROVISIONING_PROFILE_SPECIFIER=Fyreplace

.github/workflows/publishing.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414
name: Build
15-
runs-on: macos-latest
15+
runs-on: macos-15
1616
environment: apple-app-store
1717
strategy:
1818
matrix:
@@ -83,11 +83,8 @@ jobs:
8383
APP_STORE_CONNECT_PRIVATE_KEY_B64: ${{ secrets.APP_STORE_CONNECT_PRIVATE_KEY_B64 }}
8484
run: echo $APP_STORE_CONNECT_PRIVATE_KEY_B64 | base64 --decode > /tmp/connect-key.p8
8585

86-
- name: Install Xcode
87-
run: sudo xcodes install $(cat .xcode-version)
88-
8986
- name: Select Xcode version
90-
run: sudo xcodes select $(cat .xcode-version)
87+
run: sudo xcode-select -s /Applications/Xcode_$(cat .xcode-version).app/Contents/Developer
9188

9289
- name: Prepare files
9390
if: ${{ matrix.distribution == 'app-store' }}
@@ -179,7 +176,7 @@ jobs:
179176

180177
test:
181178
name: Test
182-
runs-on: macos-latest
179+
runs-on: macos-15
183180
environment: apple-app-store
184181
strategy:
185182
matrix:

0 commit comments

Comments
 (0)