Skip to content

Commit

Permalink
Docs need latest Xcode, too
Browse files Browse the repository at this point in the history
  • Loading branch information
nighthawk committed Nov 24, 2023
1 parent 32c3a3f commit f718169
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs-dryrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
steps:
- name: Checkout main
uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- uses: actions/setup-python@v4
with:
python-version: 3.x
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
steps:
- name: Checkout main
uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- uses: actions/setup-python@v4
with:
python-version: 3.x
Expand Down

0 comments on commit f718169

Please sign in to comment.