From d07dbabc69ac7577e22f64f58850c1765277b8a3 Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Mon, 6 Jan 2025 10:54:31 -0800 Subject: [PATCH] Update the Simulator for the Xcode Documentation Building (#90) # Update the Simulator for the Xcode Documentation Building ## :recycle: Current situation & Problem - Old iOS simulators are removed from newer runner images. ## :gear: Release Notes - Update the action to use an iPhone 16 Simulator ### Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md). Signed-off-by: Paul Schmiedmayer --- .github/workflows/docc-github-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docc-github-pages.yml b/.github/workflows/docc-github-pages.yml index 2263035..0382e1b 100644 --- a/.github/workflows/docc-github-pages.yml +++ b/.github/workflows/docc-github-pages.yml @@ -38,10 +38,10 @@ on: destination: description: | The destination parameter that should be passed to xcodebuild. - Defaults to the iOS simulator using an iPhone 15 Pro. + Defaults to the iOS simulator using an iPhone 16 Pro. required: false type: string - default: 'platform=iOS Simulator,name=iPhone 15 Pro' + default: 'platform=iOS Simulator,name=iPhone 16 Pro' dryrun: description: | Dry run deployment, only build documentation but do not publish