diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4df6d5..97b5991 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3898c20..c6f701a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: