We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14524e1 commit 10f47f9Copy full SHA for 10f47f9
.github/workflows/go.yml
@@ -11,7 +11,7 @@ permissions:
11
12
jobs:
13
lint:
14
- runs-on: ubuntu-latest
+ runs-on: ubuntu-x64-small
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v4
@@ -26,7 +26,7 @@ jobs:
26
- run: make lint
27
28
go:
29
+ runs-on: ubuntu-x64-large
30
strategy:
31
fail-fast: false
32
matrix:
.github/workflows/gotip_cron_test.yml
@@ -10,7 +10,7 @@ permissions:
10
0 commit comments