Skip to content

Commit

Permalink
use github arm runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku authored Jan 20, 2025
1 parent cf34586 commit 6e2dc1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
const machines = [
{machine: 'macos-12', os: 'darwin', arch: 'x86_64', name: 'macOS x86_64'},
{machine: 'macos-14', os: 'darwin', arch: 'arm64', name: 'macOS ARM64'},
{machine: 'debian-arm64-latest', os: 'linux', arch: 'aarch64', name: 'Linux ARM64'}
{machine: 'ubuntu-22.04-arm', os: 'linux', arch: 'aarch64', name: 'Linux ARM64'}
];
return machines.filter(machine => machine.name === '${{ github.event.inputs.machine-name }}');
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
os: 'darwin'
arch: 'arm64'
name: macOS ARM64
- machine: 'debian-arm64-latest'
- machine: 'ubuntu-22.04-arm'
os: 'linux'
arch: 'aarch64'
name: Linux ARM64
Expand Down

0 comments on commit 6e2dc1e

Please sign in to comment.