Skip to content

Commit 33e332e

Browse files
blacksmith-sh[bot]fhunleth
authored andcommitted
Migrate workflows to Blacksmith
1 parent efe74e3 commit 33e332e

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ jobs:
1616
- name: Linux
1717
runner: ubuntu-latest
1818
include:
19-
- os: { name: Windows, runner: 'win22' }
19+
- os: { name: Windows, runner: blacksmith-2vcpu-windows-2025 }
2020
beam: { otp: '28', elixir: '1.19' }
21+
env:
22+
ImageOS: win25
2123
steps:
2224
- uses: actions/checkout@v4
2325

@@ -108,8 +110,8 @@ jobs:
108110

109111
- uses: erlef/setup-beam@v1
110112
with:
111-
otp-version: 26
112-
elixir-version: 1.15
113+
otp-version: 28
114+
elixir-version: 1.19
113115

114116
- name: Retrieve Mix Dependencies Cache
115117
uses: actions/cache@v3

0 commit comments

Comments
 (0)