Skip to content

Commit

Permalink
ci: run build on github large runners
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed Dec 2, 2023
1 parent a439aec commit c3116f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
TOOLS_IMAGE: ${{ github.repository_owner }}/machine-emulator-tools
jobs:
tools:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest-8-cores
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit c3116f8

Please sign in to comment.