Skip to content

Commit

Permalink
refactor: self-hosted workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dvgamerr committed Mar 4, 2024
1 parent b6470b9 commit 831bed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:
jobs:
# Build job
build:
runs-on: ubuntu-latest
runs-on: [self-hosted, linux, ARM64]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 831bed0

Please sign in to comment.