Skip to content

Commit

Permalink
use bigger runner
Browse files Browse the repository at this point in the history
  • Loading branch information
cullenmcdermott committed Nov 2, 2024
1 parent fe45cad commit c92740b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:

jobs:
goreleaser:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-4-cores
steps:
- uses: actions/checkout@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Ensure project builds before running testing matrix
build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-latest-4-cores
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
Expand All @@ -28,7 +28,7 @@ jobs:
- run: go build -v .

generate:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-4-cores
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
Expand All @@ -45,7 +45,7 @@ jobs:
test:
name: Terraform Provider Acceptance Tests
needs: build
runs-on: ubuntu-latest
runs-on: ubuntu-latest-4-cores
timeout-minutes: 15
strategy:
fail-fast: false
Expand Down

0 comments on commit c92740b

Please sign in to comment.