Skip to content

Commit

Permalink
change self-hosted arm64 test
Browse files Browse the repository at this point in the history
Signed-off-by: Aryan Rajoria <[email protected]>
  • Loading branch information
aryan-rajoria committed Nov 5, 2024
1 parent aecde67 commit 0e02f5e
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-meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
builder-meson:
runs-on: self-hosted
runs-on: ['self-hosted', 'arm64']
permissions:
contents: write
packages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
builder-vcpkg:
runs-on: self-hosted
runs-on: ['self-hosted', 'arm64']
permissions:
contents: write
packages: write
Expand Down

0 comments on commit 0e02f5e

Please sign in to comment.