Skip to content

Commit

Permalink
ci: using github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mrq1911 committed Jul 25, 2023
1 parent 83e8be0 commit ec3fed0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: lark
runs-on: medium
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Upload to codecov.io
uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true
fail_ci_if_error: false
- name: Build release
run: time cargo build --release --quiet --locked
- name: Version info
Expand All @@ -53,7 +53,7 @@ jobs:

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

0 comments on commit ec3fed0

Please sign in to comment.