File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments