Skip to content

Commit

Permalink
Force macOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentTreguier committed Nov 12, 2024
1 parent 296b651 commit 9a00897
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .env-example
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DEVELOPMENT_TEAM=TEAM
CODE_SIGN_IDENTITY=Apple Distribution
CODE_SIGN_IDENTITY="Apple Distribution"
PROVISIONING_PROFILE_SPECIFIER=Fyreplace
9 changes: 3 additions & 6 deletions .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:
name: Build
runs-on: macos-latest
runs-on: macos-15
environment: apple-app-store
strategy:
matrix:
Expand Down Expand Up @@ -83,11 +83,8 @@ jobs:
APP_STORE_CONNECT_PRIVATE_KEY_B64: ${{ secrets.APP_STORE_CONNECT_PRIVATE_KEY_B64 }}
run: echo $APP_STORE_CONNECT_PRIVATE_KEY_B64 | base64 --decode > /tmp/connect-key.p8

- name: Install Xcode
run: sudo xcodes install $(cat .xcode-version)

- name: Select Xcode version
run: sudo xcodes select $(cat .xcode-version)
run: sudo xcode-select -s /Applications/Xcode_$(cat .xcode-version).app/Contents/Developer

- name: Prepare files
if: ${{ matrix.distribution == 'app-store' }}
Expand Down Expand Up @@ -179,7 +176,7 @@ jobs:

test:
name: Test
runs-on: macos-latest
runs-on: macos-15
environment: apple-app-store
strategy:
matrix:
Expand Down

0 comments on commit 9a00897

Please sign in to comment.