Skip to content

Commit

Permalink
feat(github-runners): add macOS 12 large and 13 large (#27229)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kriese <[email protected]>
  • Loading branch information
HonkingGoose and viceice authored Feb 12, 2024
1 parent e6d088a commit 9eb7a08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/modules/datasource/github-runners/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export class GithubRunnersDatasource extends Datasource {
ubuntu: [{ version: '22.04' }, { version: '20.04' }, { version: '18.04' }],
macos: [
{ version: '13' },
{ version: '13-large' },
{ version: '13-xlarge' },
{ version: '12' },
{ version: '12-large' },
Expand Down

0 comments on commit 9eb7a08

Please sign in to comment.