Skip to content

Commit

Permalink
Update to macOS 15-based Runners to Sync with Self-Hosted Runners (#92)
Browse files Browse the repository at this point in the history
# Update to macOS 15-based Runners to Sync with Self-Hosted Runners

## ⚙️ Release Notes 
- Update to macOS 15-based Runners to Sync with Self-Hosted Runners

### 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).
  • Loading branch information
PSchmiedmayer authored Jan 12, 2025
1 parent 09f9c82 commit 44403d2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ on:
JSON-based collection of labels indicating which type of github runner should be chosen.
type: string
required: false
default: '["macos-14"]'
default: '["macos-15"]'
sdk:
description: |
JSON-based collection of SDK for the exported framework. Defaults to all SDKs.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-and-upload-coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
jobs:
create-and-upload-coverage-report:
name: Create and upload coverage report
runs-on: macos-14
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docc-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
JSON-based collection of labels indicating which type of github runner should be chosen
required: false
type: string
default: '["macos-14"]'
default: '["macos-15"]'
xcodeversion:
description: |
The Xcode version used for the build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/periphery.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-14"]'
default: '["macos-15"]'
xcodeversion:
description: 'The Xcode version used for the build'
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xcframework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ on:
JSON-based collection of labels indicating which type of github runner should be chosen.
type: string
required: false
default: '["macos-14"]'
default: '["macos-15"]'
sdk:
description: |
JSON-based collection of SDK for the exported framework.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xcodebuild-or-fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
JSON-based collection of labels indicating which type of github runner should be chosen.
required: false
type: string
default: '["macos-14"]'
default: '["macos-15"]'
xcodeversion:
description: |
The Xcode version used for the build.
Expand Down

0 comments on commit 44403d2

Please sign in to comment.