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 85fb893 commit 20e2b50Copy full SHA for 20e2b50
.github/workflows/spm.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Initialize xcodebuild
17
run: xcodebuild -list
18
- name: iOS Simulator Build Tests
19
- run: xcodebuild -scheme abseil build -sdk 'iphonesimulator' -destination 'platform=iOS Simulator,name=iPhone 11'
+ run: xcodebuild -scheme abseil build -sdk 'iphonesimulator' -destination 'platform=iOS Simulator,name=iPhone 16'
20
- name: macos Build Tests
21
run: xcodebuild -scheme abseil build -sdk 'macosx' -destination 'platform=OS X,arch=x86_64',
22
- name: tvOS Build Tests
0 commit comments