Skip to content

Commit 0c2d397

Browse files
blacksmith-sh[bot]fhunleth
authored andcommitted
Migrate workflows to Blacksmith
1 parent eca69b8 commit 0c2d397

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- { otp: '26', elixir: '1.16' }
1515
os:
1616
- name: Linux
17-
runner: ubuntu-latest
17+
runner: blacksmith-2vcpu-ubuntu-2404
1818
include:
19-
- os: { name: Windows, runner: 'win22' }
19+
- os: { name: Windows, runner: blacksmith-2vcpu-windows-2025 }
2020
beam: { otp: '28', elixir: '1.19' }
2121
steps:
2222
- uses: actions/checkout@v4
@@ -101,15 +101,15 @@ jobs:
101101
run: CIRCUITS_UART_PORT1=tnt0 CIRCUITS_UART_PORT2=tnt1 mix test
102102

103103
checks:
104-
runs-on: ubuntu-latest
104+
runs-on: blacksmith-2vcpu-ubuntu-2404
105105
name: Extra checks
106106
steps:
107107
- uses: actions/checkout@v4
108108

109109
- uses: erlef/setup-beam@v1
110110
with:
111-
otp-version: 26
112-
elixir-version: 1.15
111+
otp-version: 28
112+
elixir-version: 1.19
113113

114114
- name: Retrieve Mix Dependencies Cache
115115
uses: actions/cache@v3

0 commit comments

Comments
 (0)