Skip to content

Commit

Permalink
Change: [CI] Always use latest stable Xcode (OpenTTD#12390)
Browse files Browse the repository at this point in the history
  • Loading branch information
glx22 authored and michicc committed Mar 31, 2024
1 parent 95ef1b4 commit 71617d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 71617d8

Please sign in to comment.