Switch to Xcode 16.4

This commit is contained in:
Max Radermacher 2025-07-02 17:49:16 -05:00 committed by GitHub
parent 1276db7a4b
commit 23fbe199c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ concurrency:
env:
# Path format pulled from https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md#xcode
DEVELOPER_DIR: /Applications/Xcode_16.3.app
DEVELOPER_DIR: /Applications/Xcode_16.4.app
jobs:
build_and_test:
@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
# Add additional Xcode versions here if necessary.
xcode: ["Xcode_16.3"]
xcode: ["Xcode_16.4"]
steps:
- name: Set Xcode version

View File

@ -1 +1 @@
Xcode 16.3
Xcode 16.4