File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
autoupdate :
11
- runs-on : blacksmith-2vcpu- ubuntu-2404
11
+ runs-on : ubuntu-24.04
12
12
steps :
13
13
- name : Checkout repo
14
14
uses : actions/checkout@v5
Original file line number Diff line number Diff line change 13
13
14
14
jobs :
15
15
tagger :
16
- runs-on : blacksmith-2vcpu- ubuntu-2404
16
+ runs-on : ubuntu-24.04
17
17
outputs :
18
18
major : ${{ steps.tags.outputs.major }}
19
19
major-minor : ${{ steps.tags.outputs.major-minor }}
Original file line number Diff line number Diff line change 13
13
14
14
jobs :
15
15
tagger :
16
- runs-on : blacksmith-2vcpu- ubuntu-2404
16
+ runs-on : ubuntu-24.04
17
17
outputs :
18
18
major : ${{ steps.tags.outputs.major }}
19
19
major-minor : ${{ steps.tags.outputs.major-minor }}
Original file line number Diff line number Diff line change 41
41
fail-fast : false
42
42
matrix :
43
43
builder :
44
- - runner-image : blacksmith-4vcpu- ubuntu-2404
44
+ - runner-image : ubuntu-24.04
45
45
platform : linux/amd64
46
- - runner-image : blacksmith-4vcpu- ubuntu-2404 -arm
46
+ - runner-image : ubuntu-24.04 -arm
47
47
platform : linux/arm64
48
48
steps :
49
49
- name : Prepare
92
92
retention-days : 1
93
93
94
94
merge :
95
- runs-on : blacksmith-2vcpu- ubuntu-2404
95
+ runs-on : ubuntu-24.04
96
96
needs :
97
97
- build
98
98
steps :
You can’t perform that action at this time.
0 commit comments