1
0
Fork 0

Change: [CI] Always use latest stable Xcode (#12390)

pull/12405/head
Loïc Guilloux 2024-03-28 21:22:20 +01:00 committed by Michael Lutz
parent 11c2a862f1
commit eccdfb35e7
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@ jobs:
MACOSX_DEPLOYMENT_TARGET: 10.13
steps:
- name: Setup Xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Download source
uses: actions/download-artifact@v4
with: