Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis authored Oct 3, 2024
1 parent e98d09b commit 00cd6aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ concurrency:

jobs:
build:
runs-on: macos-13
runs-on: macos-14
steps:
- name: Select Xcode 15.1
run: sudo xcode-select -s /Applications/Xcode_15.1.app
- name: Select Xcode 16.0
run: sudo xcode-select -s /Applications/Xcode_16.0.app

- name: Checkout Package
uses: actions/checkout@v4
Expand Down

0 comments on commit 00cd6aa

Please sign in to comment.