1
0
Fork 0

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

pull/12410/head
Loïc Guilloux 2024-03-28 21:22:20 +01:00 committed by Michael Lutz
parent 7fcc5de374
commit 2d4f0872b3
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: