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 95bc074 commit bfa113dCopy full SHA for bfa113d
.github/workflows/spm.yml
@@ -56,13 +56,7 @@ jobs:
56
os: [macos-14]
57
# GitHub actions' runners do not include visionOS. https://github.com/actions/runner-images/issues/10559
58
target: [iOS, tvOS, macOS, catalyst]
59
- include:
60
- - os: macos-15
61
- xcode: Xcode_16.2
62
- test: spm
63
- - os: macos-14
64
- xcode: Xcode_15.3
65
+ xcode: [Xcode_15.4, Xcode_16.2]
66
runs-on: ${{ matrix.os }}
67
env:
68
FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1
0 commit comments