Skip to content

Commit

Permalink
updated workflows to use xcode 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxfrazer committed Sep 27, 2023
1 parent 4049c38 commit dcf955a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Switch Xcode 🔄
run: sudo xcode-select --switch /Applications/Xcode_14.3.app
run: sudo xcode-select --switch /Applications/Xcode_15.0.app
- name: Clone DocC Helper 👭
uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swiftpm-resolve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
resolve:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Build Package
run: swift package resolve
2 changes: 1 addition & 1 deletion .github/workflows/workflow_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Switch Xcode 🔄
run: sudo xcode-select --switch /Applications/Xcode_14.3.app
run: sudo xcode-select --switch /Applications/Xcode_15.0.app
- name: Clone DocC Helper 👭
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit dcf955a

Please sign in to comment.