Skip to content

Commit 223b800

Browse files
committed
Move CI to Blacksmith
1 parent b587703 commit 223b800

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: None
2+
# SPDX-License-Identifier: CC0-1.0
13
name: CI
24

35
on: [push]
@@ -13,7 +15,7 @@ permissions:
1315

1416
jobs:
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
@@ -29,7 +31,7 @@ jobs:
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
@@ -42,7 +44,7 @@ jobs:
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:

REUSE.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ version = 1
44
path = [
55
".formatter.exs",
66
".github/CODEOWNERS",
7-
".github/workflows/ci.yml",
87
".gitignore",
98
"CHANGELOG.md",
109
"NOTICE",

0 commit comments

Comments
 (0)