Skip to content

Commit df8a6cf

Browse files
committed
use ubuntu arm runner
1 parent 036219c commit df8a6cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ on:
1717
default: 'ubuntu-22.04'
1818
options:
1919
- 'ubuntu-22.04'
20+
- 'ubuntu-22.04-arm'
2021
- 'macos-latest'
21-
- 'debian-arm64-latest'
2222
build-for:
2323
type: choice
2424
description: 'The target to build for'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- target: linux-x86_64
6666
os: ubuntu-22.04
6767
- target: linux-arm64
68-
os: debian-arm64-latest
68+
os: ubuntu-22.04-arm
6969
- target: macos
7070
os: macos-latest
7171
- target: android

0 commit comments

Comments
 (0)