Skip to content

Commit

Permalink
Change: [CI] Always use latest stable Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
glx22 committed Mar 27, 2024
1 parent b8b0181 commit d750db9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
MACOSX_DEPLOYMENT_TARGET: 10.13

steps:
- name: Setup Xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable

- name: Checkout
uses: actions/checkout@v4

Expand Down
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 d750db9

Please sign in to comment.