File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: None
2+ # SPDX-License-Identifier: CC0-1.0
13name : CI
24
35on : [push]
@@ -13,7 +15,7 @@ permissions:
1315
1416jobs :
1517 get-br-dependencies :
16- runs-on : ubuntu-22.04
18+ runs-on : blacksmith-4vcpu- ubuntu-2404
1719 steps :
1820 - uses : actions/checkout@v4
1921 - uses : gridpoint-com/actions-nerves-system@v1
2931 aws-region : ${{ vars.AWS_REGION }}
3032 build-system :
3133 needs : [get-br-dependencies]
32- runs-on : ubuntu-22.04
34+ runs-on : blacksmith-4vcpu- ubuntu-2404
3335 steps :
3436 - uses : actions/checkout@v4
3537 - uses : gridpoint-com/actions-nerves-system@v1
4244 deploy-system :
4345 needs : [build-system]
4446 if : github.ref_type == 'tag'
45- runs-on : ubuntu-22.04
47+ runs-on : blacksmith-4vcpu- ubuntu-2404
4648 permissions :
4749 contents : write
4850 steps :
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ version = 1
44path = [
55 " .formatter.exs" ,
66 " .github/CODEOWNERS" ,
7- " .github/workflows/ci.yml" ,
87 " .gitignore" ,
98 " CHANGELOG.md" ,
109 " NOTICE" ,
You can’t perform that action at this time.
0 commit comments