Skip to content

Commit

Permalink
ci: back to lark
Browse files Browse the repository at this point in the history
  • Loading branch information
mrq1911 committed Jul 25, 2023
1 parent ec3fed0 commit 63b0c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
build:
runs-on: medium
runs-on: lark
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:

docker:
needs: [build]
runs-on: medium
runs-on: lark
env:
DOCKER_CLI_EXPERIMENTAL: enabled
steps:
Expand Down

0 comments on commit 63b0c95

Please sign in to comment.