Skip to content

Commit

Permalink
change xlarge nodes to large
Browse files Browse the repository at this point in the history
  • Loading branch information
Raid5594 committed Dec 1, 2023
1 parent 4fc9cb3 commit 2a6765f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
check:
# The type of runner that the job will run on
runs-on: '["self-hosted", "cere-network-xlarge-workers"]'
runs-on: '["self-hosted", "cere-network-large-workers"]'

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 2a6765f

Please sign in to comment.