Skip to content

Commit

Permalink
Enable self-hosted runner for blockchain tests
Browse files Browse the repository at this point in the history
This now reenables the `xxl` self-hosted runner for the blockchain
tests.
  • Loading branch information
DavePearce committed Dec 5, 2024
1 parent 8c44e3f commit c5e28b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reference-blockchain-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

jobs:
blockchain-reference-tests:
runs-on: [ubuntu-latest-128]
runs-on: gha-runner-scale-set-ubuntu-22.04-amd64-xxl
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit c5e28b7

Please sign in to comment.