Skip to content

Commit 6e2dc1e

Browse files
authored
use github arm runner
1 parent cf34586 commit 6e2dc1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
const machines = [
2929
{machine: 'macos-12', os: 'darwin', arch: 'x86_64', name: 'macOS x86_64'},
3030
{machine: 'macos-14', os: 'darwin', arch: 'arm64', name: 'macOS ARM64'},
31-
{machine: 'debian-arm64-latest', os: 'linux', arch: 'aarch64', name: 'Linux ARM64'}
31+
{machine: 'ubuntu-22.04-arm', os: 'linux', arch: 'aarch64', name: 'Linux ARM64'}
3232
];
3333
return machines.filter(machine => machine.name === '${{ github.event.inputs.machine-name }}');
3434

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
os: 'darwin'
2727
arch: 'arm64'
2828
name: macOS ARM64
29-
- machine: 'debian-arm64-latest'
29+
- machine: 'ubuntu-22.04-arm'
3030
os: 'linux'
3131
arch: 'aarch64'
3232
name: Linux ARM64

0 commit comments

Comments
 (0)