Skip to content

Commit 3c25e12

Browse files
authored
chore: switch to github runner (#196)
1 parent fa1ee48 commit 3c25e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions: {}
1717
jobs:
1818
# The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot.
1919
copilot-setup-steps:
20-
runs-on: rspack-ubuntu-22.04-large
20+
runs-on: ubuntu-22.04
2121

2222
# Set the permissions to the lowest permissions possible needed for your steps.
2323
# Copilot will be given its own token for its operations.

0 commit comments

Comments
 (0)