Skip to content

Commit a32db48

Browse files
committed
Move checks back to default runners
These jobs are not rate-limiting so we don't need to run them on larger runners.
1 parent aa005fa commit a32db48

4 files changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/__all-platform-bundle.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__swift-custom-build.yml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/all-platform-bundle.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: "All-platform bundle"
22
description: "Tests using an all-platform CodeQL Bundle"
33
operatingSystems:
44
- ubuntu
5-
- os: macos
6-
runner-image: macos-latest-xlarge
5+
- macos
76
- windows
87
versions:
98
- nightly-latest

pr-checks/checks/swift-custom-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ versions:
55
- default
66
- nightly-latest
77
operatingSystems:
8-
- os: macos
9-
runner-image: macos-latest-xlarge
8+
- macos
109
installGo: true
1110
installDotNet: true
1211
env:

0 commit comments

Comments
 (0)