Skip to content

Commit

Permalink
Use cheaper runner for CI
Browse files Browse the repository at this point in the history
16-cores costs $0.064/minute. 8-cores costs $0.032/minute.

Signed-off-by: F <[email protected]>
  • Loading branch information
erbridge committed Jan 29, 2024
1 parent 7cedfd7 commit a81c7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
# cannot run this on mac due to licensing issues: https://github.com/actions/virtual-environments/issues/2150
test-integration:
name: "Test integration"
runs-on: ubuntu-latest-16-cores
runs-on: ubuntu-latest-8-cores
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down

0 comments on commit a81c7a4

Please sign in to comment.