Skip to content

Commit

Permalink
- use self-hosted runners for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcocenza committed Sep 12, 2024
1 parent 244e712 commit 6483383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runs-on: [[ubuntu-22.04], [Ubuntu_ARM64_4C_16G_01]]
runs-on: [[ubuntu-22.04], [self-hosted, jammy, ARM64]]
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runs-on: [[ubuntu-22.04], [Ubuntu_ARM64_4C_16G_01]]
runs-on: [[ubuntu-22.04], [self-hosted, jammy, ARM64]]
outputs:
snap: ${{ steps.build.outputs.snap }}
steps:
Expand Down

0 comments on commit 6483383

Please sign in to comment.