Skip to content

Commit

Permalink
ci(protocol): revert running environemt to ubuntu-latest about taiko-…
Browse files Browse the repository at this point in the history
…client workflows. (#18127)
  • Loading branch information
mask-pp authored Sep 18, 2024
1 parent 10eb73c commit 5f976c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/taiko-client--docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
push-docker-image:
name: Build and push docker image
runs-on: [arc-runner-set]
runs-on: [ubuntu-latest]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/taiko-client--hive_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
hive_tests:
if: github.event.pull_request.draft == false && contains(github.event.pull_request.labels.*.name, 'option.hive-test')
name: hive tests
runs-on: [arc-runner-set]
runs-on: [ubuntu-latest]
timeout-minutes: 15

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/taiko-client--test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
lint:
if: github.event.pull_request.draft == false
name: Lint
runs-on: [arc-runner-set]
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 5f976c4

Please sign in to comment.