Skip to content

Commit a908642

Browse files
authored
Cancel inflight, allocate more vCPU
Signed-off-by: Alex Ellis <[email protected]>
1 parent a788542 commit a908642

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,17 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: actuated-4cpu-12gb
13+
concurrency:
14+
group: ${{ github.ref }}
15+
cancel-in-progress: true
16+
runs-on: alexellis/upload-assets
1417
steps:
1518
- uses: actions/checkout@master
1619
with:
1720
fetch-depth: 1
1821
- name: Install Go
1922
uses: actions/setup-go@master
2023
with:
21-
go-version: 1.22.x
24+
go-version: 1.23.x
2225
- name: Make
2326
run: make all

0 commit comments

Comments
 (0)