Skip to content

Commit

Permalink
Fix docs build (#270)
Browse files Browse the repository at this point in the history
* Fix docs build

* Update generate_doc.yml
  • Loading branch information
kevinneko authored Oct 15, 2024
1 parent e782fd5 commit e734c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-latest

steps:
- uses: actions/checkout@v4

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "15"
xcode-version: "16"

- name: Build
run: |
Expand Down

0 comments on commit e734c3d

Please sign in to comment.