Skip to content

Commit a788542

Browse files
authored
Update publish.yaml
Signed-off-by: Alex Ellis <[email protected]>
1 parent 8e039f3 commit a788542

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77

88
jobs:
99
publish:
10-
runs-on: actuated-4cpu-12gb
10+
runs-on: actuated-8cpu-16gb
1111
steps:
1212
- uses: actions/checkout@master
1313
with:
1414
fetch-depth: 1
1515
- name: Install Go
1616
uses: actions/setup-go@master
1717
with:
18-
go-version: 1.22.x
18+
go-version: 1.23.x
1919
- name: Make
2020
run: make all
2121

0 commit comments

Comments
 (0)