Skip to content

Commit ce2af9e

Browse files
authored
use arm runners
1 parent 3eb77b7 commit ce2af9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
contents: read
1212
jobs:
1313
build:
14-
runs-on: linux-x64-gh
14+
runs-on: linux-arm64-gh
1515
strategy:
1616
matrix:
1717
target:
@@ -48,7 +48,7 @@ jobs:
4848
needs: build
4949
permissions:
5050
contents: write
51-
runs-on: linux-x64-gh
51+
runs-on: linux-arm64-gh
5252
steps:
5353
- uses: actions/checkout@v4
5454
with:

0 commit comments

Comments
 (0)