From 234bc0760b9c11722bdaac7724907260a61e2b75 Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Sun, 30 Jul 2023 13:30:30 -0700 Subject: [PATCH] Use macOS 13 as the Default Runner on GitHub Hosted Action Runners (#22) --- .github/workflows/xcodebuild-or-fastlane.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/xcodebuild-or-fastlane.yml b/.github/workflows/xcodebuild-or-fastlane.yml index 5dc92df..82e198c 100644 --- a/.github/workflows/xcodebuild-or-fastlane.yml +++ b/.github/workflows/xcodebuild-or-fastlane.yml @@ -20,7 +20,7 @@ on: description: 'JSON-based collection of labels indicating which type of github runner should be chosen' required: false type: string - default: '["macos-latest"]' + default: '["macos-13"]' xcodeversion: description: 'The Xcode version used for the build' required: false