We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de389ef commit 29886fdCopy full SHA for 29886fd
.github/workflows/build.yml
@@ -183,7 +183,7 @@ jobs:
183
path: ${{github.workspace}}/dist/**/*
184
185
libuiohook-linux-arm:
186
- runs-on: ubuntu-latest-arm
+ runs-on: ubuntu-24.04-arm
187
188
steps:
189
- name: Checkout
@@ -254,7 +254,7 @@ jobs:
254
255
256
libuiohook-linux-arm64:
257
258
259
260
@@ -361,7 +361,7 @@ jobs:
361
362
363
libuiohook-windows-arm64:
364
- runs-on: windows-latest-arm
+ runs-on: windows-11-arm
365
366
367
- uses: actions/checkout@v5
0 commit comments