Skip to content

Commit

Permalink
[ci] Change runners in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam authored and Moliholy committed Sep 19, 2024
1 parent c6c9a84 commit 1d4cde4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: arc-runners-project-mythical
runs-on: parity-large
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
build:
name: "Build"
runs-on: arc-runners-project-mythical
runs-on: parity-large
container:
image: "paritytech/ci-unified:latest"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: arc-runners-project-mythical
runs-on: parity-large
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 1d4cde4

Please sign in to comment.