Skip to content

Commit

Permalink
use macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
OneeMe committed Nov 27, 2024
1 parent 9fb8559 commit d84978f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- try-pages
jobs:
deploy:
runs-on: ubuntu-22.04
runs-on: "macos-15"
permissions:
contents: read
deployments: write
Expand All @@ -19,14 +19,14 @@ jobs:
node-version: "20"
- name: Install npm packages
run: npm install
- name: Setup Swift
uses: swift-actions/setup-swift@v2
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
swift-version: "5.9"
xcode-version: "16.0"
- name: Get swift version
run: swift --version
- name: Build
run: docc convert swift-6-beta.docc \
run: xcrun docc convert swift-6-beta.docc \
--output-path ./docs \
--hosting-base-path swift-6-beta \
--fallback-display-name "Swift 6 Beta" \
Expand Down

0 comments on commit d84978f

Please sign in to comment.