Skip to content

Commit

Permalink
test.yaml: Use amd64 platform for test workflow (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpotter92 committed Oct 31, 2023
1 parent 78bb298 commit 3caebfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
test:
name: Test the livepeer-box project
runs-on: ubuntu-22.04
runs-on: [self-hosted, linux, amd64]
steps:
- name: Check out code
uses: actions/checkout@v3
Expand Down

0 comments on commit 3caebfd

Please sign in to comment.