Skip to content
This repository was archived by the owner on Apr 12, 2025. It is now read-only.

Commit 10fcfca

Browse files
committed
(chore): bump runner to 14.6.1 & use XC 16b6
1 parent 4aa8305 commit 10fcfca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
# Must be set to this for deploying to GitHub Pages
2424
name: github-pages
2525
url: ${{ steps.deployment.outputs.page_url }}
26-
runs-on: macos-14
26+
runs-on: macos-14.6.1
2727
steps:
2828
- name: Checkout 🛎️
2929
uses: actions/checkout@v3
3030
- name: Select Xcode Version ✨
3131
run: |
32-
sudo xcode-select -switch /Applications/Xcode_16_beta_5.app/Developer
32+
sudo xcode-select -switch /Applications/Xcode_16_beta_6.app
3333
- name: Delete DerivedData directory 🗑️
3434
run: |
3535
rm -rf ~/Library/Developer/Xcode/DerivedData

0 commit comments

Comments
 (0)