We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ea0d0 commit c52e20cCopy full SHA for c52e20c
.github/workflows/spm.yml
@@ -33,7 +33,7 @@ jobs:
33
steps:
34
- uses: actions/checkout@v4
35
- name: Xcode
36
- run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
+ run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
37
- name: Generate Swift Package.resolved
38
id: swift_package_resolve
39
run: |
@@ -58,7 +58,7 @@ jobs:
58
os: [macos-15]
59
# GitHub actions' runners do not include visionOS. https://github.com/actions/runner-images/issues/10559
60
target: [iOS, macOS, tvOS, catalyst]
61
- xcode: [Xcode_16.2]
+ xcode: [Xcode_16.4]
62
runs-on: ${{ matrix.os }}
63
env:
64
FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1
0 commit comments