mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
ci: release job should set xcode version earlier
This commit is contained in:
12
.github/workflows/release-tip.yml
vendored
12
.github/workflows/release-tip.yml
vendored
@ -158,6 +158,9 @@ jobs:
|
|||||||
name: ghostty
|
name: ghostty
|
||||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||||
|
|
||||||
|
- name: XCode Select
|
||||||
|
run: sudo xcode-select -s /Applications/Xcode_16.0.app
|
||||||
|
|
||||||
# Setup Sparkle
|
# Setup Sparkle
|
||||||
- name: Setup Sparkle
|
- name: Setup Sparkle
|
||||||
env:
|
env:
|
||||||
@ -187,7 +190,6 @@ jobs:
|
|||||||
- name: Build Ghostty.app
|
- name: Build Ghostty.app
|
||||||
run: |
|
run: |
|
||||||
cd macos
|
cd macos
|
||||||
sudo xcode-select -s /Applications/Xcode_16.0.app
|
|
||||||
xcodebuild -target Ghostty -configuration Release
|
xcodebuild -target Ghostty -configuration Release
|
||||||
|
|
||||||
# We inject the "build number" as simply the number of commits since HEAD.
|
# We inject the "build number" as simply the number of commits since HEAD.
|
||||||
@ -342,6 +344,9 @@ jobs:
|
|||||||
name: ghostty
|
name: ghostty
|
||||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||||
|
|
||||||
|
- name: XCode Select
|
||||||
|
run: sudo xcode-select -s /Applications/Xcode_16.0.app
|
||||||
|
|
||||||
# Setup Sparkle
|
# Setup Sparkle
|
||||||
- name: Setup Sparkle
|
- name: Setup Sparkle
|
||||||
env:
|
env:
|
||||||
@ -371,7 +376,6 @@ jobs:
|
|||||||
- name: Build Ghostty.app
|
- name: Build Ghostty.app
|
||||||
run: |
|
run: |
|
||||||
cd macos
|
cd macos
|
||||||
sudo xcode-select -s /Applications/Xcode_16.0.app
|
|
||||||
xcodebuild -target Ghostty -configuration Release
|
xcodebuild -target Ghostty -configuration Release
|
||||||
|
|
||||||
# We inject the "build number" as simply the number of commits since HEAD.
|
# We inject the "build number" as simply the number of commits since HEAD.
|
||||||
@ -514,6 +518,9 @@ jobs:
|
|||||||
name: ghostty
|
name: ghostty
|
||||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||||
|
|
||||||
|
- name: XCode Select
|
||||||
|
run: sudo xcode-select -s /Applications/Xcode_16.0.app
|
||||||
|
|
||||||
# Setup Sparkle
|
# Setup Sparkle
|
||||||
- name: Setup Sparkle
|
- name: Setup Sparkle
|
||||||
env:
|
env:
|
||||||
@ -543,7 +550,6 @@ jobs:
|
|||||||
- name: Build Ghostty.app
|
- name: Build Ghostty.app
|
||||||
run: |
|
run: |
|
||||||
cd macos
|
cd macos
|
||||||
sudo xcode-select -s /Applications/Xcode_16.0.app
|
|
||||||
xcodebuild -target Ghostty -configuration Release
|
xcodebuild -target Ghostty -configuration Release
|
||||||
|
|
||||||
# We inject the "build number" as simply the number of commits since HEAD.
|
# We inject the "build number" as simply the number of commits since HEAD.
|
||||||
|
Reference in New Issue
Block a user