mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-31 03:12:41 +00:00
Change: [CI] Always use latest stable Xcode (#12390)
This commit is contained in:
parent
ca53e134be
commit
71087bb6d3
5
.github/workflows/ci-macos.yml
vendored
5
.github/workflows/ci-macos.yml
vendored
@ -26,6 +26,11 @@ jobs:
|
|||||||
MACOSX_DEPLOYMENT_TARGET: 10.13
|
MACOSX_DEPLOYMENT_TARGET: 10.13
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Setup Xcode version
|
||||||
|
uses: maxim-lobanov/setup-xcode@v1
|
||||||
|
with:
|
||||||
|
xcode-version: latest-stable
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
5
.github/workflows/release-macos.yml
vendored
5
.github/workflows/release-macos.yml
vendored
@ -17,6 +17,11 @@ jobs:
|
|||||||
MACOSX_DEPLOYMENT_TARGET: 10.13
|
MACOSX_DEPLOYMENT_TARGET: 10.13
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Setup Xcode version
|
||||||
|
uses: maxim-lobanov/setup-xcode@v1
|
||||||
|
with:
|
||||||
|
xcode-version: latest-stable
|
||||||
|
|
||||||
- name: Download source
|
- name: Download source
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user