Skip to content

Commit

Permalink
gradle.yml: use a smaller runner (airbytehq#35547)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored and jatinyadav-cc committed Feb 26, 2024
1 parent 0e45af5 commit a2b41cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# We therefore run this on a machine with a maximum number of cores.
# We pay per time and per core, so there should be little difference in total cost.
# The latency overhead of setting up gradle prior to running the actual task adds up to about a minute.
runs-on: connector-test-xxlarge
runs-on: connector-test-large
name: Gradle Check
timeout-minutes: 30
steps:
Expand Down

0 comments on commit a2b41cf

Please sign in to comment.