Skip to content

Commit

Permalink
Use macOS 13 as the Default Runner on GitHub Hosted Action Runners (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer authored Jul 30, 2023
1 parent d67e71b commit 234bc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xcodebuild-or-fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 234bc07

Please sign in to comment.