Skip to content

Commit 3c57279

Browse files
committed
fixup! fixup! Migrate workflows to Blacksmith
1 parent c0ba8c7 commit 3c57279

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- { otp: '26', elixir: '1.16' }
1515
os:
1616
- name: Linux
17-
runner: blacksmith-2vcpu-ubuntu-2404
17+
runner: ubuntu-latest
1818
include:
1919
- os: { name: Windows, runner: blacksmith-2vcpu-windows-2025 }
2020
beam: { otp: '28', elixir: '1.19' }
@@ -42,8 +42,6 @@ jobs:
4242
- name: Set up tty0tty
4343
if: runner.os == 'Linux'
4444
run: |
45-
sudo apt-get update
46-
sudo apt-get install -y linux-headers-$(uname -r)
4745
cd tty0tty/module
4846
make
4947
sudo cp tty0tty.ko /lib/modules/$(uname -r)/kernel/drivers/misc/
@@ -103,7 +101,7 @@ jobs:
103101
run: CIRCUITS_UART_PORT1=tnt0 CIRCUITS_UART_PORT2=tnt1 mix test
104102

105103
checks:
106-
runs-on: blacksmith-2vcpu-ubuntu-2404
104+
runs-on: ubuntu-latest
107105
name: Extra checks
108106
steps:
109107
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)