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 04735e8 commit 074a260Copy full SHA for 074a260
.github/workflows/test.yml
@@ -21,10 +21,10 @@ jobs:
21
22
macos:
23
name: macOS & iOS (Xcode)
24
- runs-on: macos-11
+ runs-on: macos-latest
25
steps:
26
- uses: actions/checkout@v1
27
- name: Test macOS
28
run: xcodebuild test -scheme SwiftCBOR -destination 'platform=OS X,arch=x86_64'
29
- name: Test iOS
30
- run: xcodebuild test -scheme SwiftCBOR -destination 'platform=iOS Simulator,name=iPhone 13 Pro,OS=latest'
+ run: xcodebuild test -scheme SwiftCBOR -destination 'platform=iOS Simulator,name=iPhone 16 Pro,OS=latest'
0 commit comments