Skip to content

Commit 93b1378

Browse files
committed
ci: runs-on ubuntu-24.04-arm
1 parent 7e35cbc commit 93b1378

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ env:
99

1010
jobs:
1111
test:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-24.04-arm
13+
# runs-on: ubuntu-latest
1314
steps:
1415
- uses: actions/checkout@v4
1516

0 commit comments

Comments
 (0)