Skip to content

Commit

Permalink
Update macOS and iOS CI to use latest devices/OS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hamchapman committed Oct 28, 2024
1 parent 04735e8 commit 074a260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:

macos:
name: macOS & iOS (Xcode)
runs-on: macos-11
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: Test macOS
run: xcodebuild test -scheme SwiftCBOR -destination 'platform=OS X,arch=x86_64'
- name: Test iOS
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 comments on commit 074a260

Please sign in to comment.