Change: [CI] Always use latest stable Xcode

(cherry picked from commit d750db9bbefe853002edea59ad72ca37a4702b6c)
This commit is contained in:
glx22
2024-03-27 21:14:04 +01:00
committed by Jonathan G Rennison
parent 315dd62bd9
commit 64a67d8821
2 changed files with 10 additions and 0 deletions

View File

@@ -22,6 +22,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
if: github.event_name != 'workflow_dispatch' if: github.event_name != 'workflow_dispatch'
uses: actions/checkout@v4 uses: actions/checkout@v4

View File

@@ -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: