Skip to content

Commit e9422d7

Browse files
authored
Merge pull request #69 from cobaltcore-dev/🐻
[makefile-maker] run on beefy runner
2 parents a6df68d + faba796 commit e9422d7

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ permissions:
2121
jobs:
2222
checks:
2323
name: Checks
24-
runs-on: ubuntu-latest
24+
runs-on: large_runner_16core_64gb
2525
steps:
2626
- name: Check out code
2727
uses: actions/checkout@v6

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ permissions:
2424
jobs:
2525
build:
2626
name: Build
27-
runs-on: ubuntu-latest
27+
runs-on: large_runner_16core_64gb
2828
steps:
2929
- name: Check out code
3030
uses: actions/checkout@v6
@@ -40,7 +40,7 @@ jobs:
4040
if: github.event_name == 'pull_request'
4141
needs:
4242
- test
43-
runs-on: ubuntu-latest
43+
runs-on: large_runner_16core_64gb
4444
steps:
4545
- name: Check out code
4646
uses: actions/checkout@v6
@@ -57,7 +57,7 @@ jobs:
5757
name: Test
5858
needs:
5959
- build
60-
runs-on: ubuntu-latest
60+
runs-on: large_runner_16core_64gb
6161
steps:
6262
- name: Check out code
6363
uses: actions/checkout@v6

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ permissions:
2424
jobs:
2525
analyze:
2626
name: CodeQL
27-
runs-on: ubuntu-latest
27+
runs-on: large_runner_16core_64gb
2828
steps:
2929
- name: Check out code
3030
uses: actions/checkout@v6

.github/workflows/container-registry-ghcr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
jobs:
1919
build-and-push-image:
2020
name: Push container to ghcr.io
21-
runs-on: ubuntu-latest
21+
runs-on: large_runner_16core_64gb
2222
steps:
2323
- name: Check out code
2424
uses: actions/checkout@v6

Makefile.maker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ golangciLint:
3131
githubWorkflow:
3232
ci:
3333
enabled: true
34+
runOn: [large_runner_16core_64gb]
3435
global:
3536
defaultBranch: main # only defined here so that the "Run go-makefile-maker" Action knows it
3637
securityChecks:

0 commit comments

Comments
 (0)