From 074a260da85a64de8ca5387bd8ae332640b54a9f Mon Sep 17 00:00:00 2001 From: Hamilton Chapman Date: Mon, 28 Oct 2024 17:43:02 +0000 Subject: [PATCH] Update macOS and iOS CI to use latest devices/OS versions --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b8be7f4..1bb63c9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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'