Skip to content

Commit fb6e36e

Browse files
committed
Change runner to ubuntu-latest-16-cores
1 parent ed26362 commit fb6e36e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# Click New environment, set the name production, and click Configure environment.
1414
# Check the "Required reviewers" box and enter at least one user or team name.
1515
sync:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-latest-16-cores
1717
concurrency:
1818
group: ${{ github.ref == 'refs/heads/main' && github.run_id || github.sha }}-sync
1919
cancel-in-progress: true

0 commit comments

Comments
 (0)