Skip to content

Commit

Permalink
Revert "replace old large to new large"
Browse files Browse the repository at this point in the history
This reverts commit 5fdcc56.
  • Loading branch information
kyzooghost committed Jan 21, 2025
1 parent 5fdcc56 commit f89fdc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/postman-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:

jobs:
run-tests:
runs-on: gha-runner-scale-set-ubuntu-22.04-amd64-large
runs-on: [self-hosted, ubuntu-22.04, X64, large]
name: Postman & SDK tests
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prover-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
matrix:
go-version: [1.23.x]
runs-on: gha-runner-scale-set-ubuntu-22.04-amd64-large
runs-on: [self-hosted, ubuntu-22.04, X64, large]
name: Prover testing
needs:
- staticcheck
Expand Down

0 comments on commit f89fdc2

Please sign in to comment.