Skip to content

Commit adaa562

Browse files
try large runner
1 parent 6fdd9e7 commit adaa562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
contents: read
1212
id-token: write
1313
name: Build and push
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-latest-16-cores
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: asdf-vm/actions/setup@v3
@@ -60,4 +60,4 @@ jobs:
6060
GO_VERSION=${{ steps.go_version.outputs.go_version }}-
6161
google_service_account: gh-api
6262
workload_identity_provider: ${{ secrets.NAIS_IO_WORKLOAD_IDENTITY_PROVIDER }}
63-
push: true
63+
push: true

0 commit comments

Comments
 (0)