Skip to content

Commit 29886fd

Browse files
Specify versions explicitly for Arm runners
1 parent de389ef commit 29886fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
path: ${{github.workspace}}/dist/**/*
184184

185185
libuiohook-linux-arm:
186-
runs-on: ubuntu-latest-arm
186+
runs-on: ubuntu-24.04-arm
187187

188188
steps:
189189
- name: Checkout
@@ -254,7 +254,7 @@ jobs:
254254
path: ${{github.workspace}}/dist/**/*
255255

256256
libuiohook-linux-arm64:
257-
runs-on: ubuntu-latest-arm
257+
runs-on: ubuntu-24.04-arm
258258

259259
steps:
260260
- name: Checkout
@@ -361,7 +361,7 @@ jobs:
361361
path: ${{github.workspace}}/dist/**/*
362362

363363
libuiohook-windows-arm64:
364-
runs-on: windows-latest-arm
364+
runs-on: windows-11-arm
365365

366366
steps:
367367
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)