Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
# Sets the Xcode version to use for the CI.
# Available versions: https://github.com/actions/runner-images/blob/main/images/macos/macos-26-arm64-Readme.md#xcode
# Ref: https://www.jessesquires.com/blog/2020/01/06/selecting-an-xcode-version-on-github-ci/
DEVELOPER_DIR: /Applications/Xcode_26.1.0.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_26.1.1.app/Contents/Developer
permissions:
contents: read
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
# Sets the Xcode version to use for the CI.
# Available versions: https://github.com/actions/runner-images/blob/main/images/macos/macos-26-arm64-Readme.md#xcode
# Ref: https://www.jessesquires.com/blog/2020/01/06/selecting-an-xcode-version-on-github-ci/
DEVELOPER_DIR: /Applications/Xcode_26.1.0.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_26.1.1.app/Contents/Developer
permissions:
contents: write
jobs:
Expand Down
Loading