Skip to content

Commit 7c04e99

Browse files
authored
Fix CI (#122)
1 parent d5a1b43 commit 7c04e99

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/pre-release-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v2
20-
- name: rustup update
21-
run: rustup update
22-
- name: cargo version
23-
run: cargo --version
2420
- name: Build
2521
run: cargo build --verbose
2622
- name: Get the latest MeiliSearch RC

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Will still run for each push to bump-meilisearch-v*
1919
if: github.event_name != 'pull_request' || !startsWith(github.base_ref, 'bump-meilisearch-v')
2020
name: integration-tests
21-
runs-on: ubuntu-18.04
21+
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v2
2424
- name: Build

0 commit comments

Comments
 (0)