mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 09:08:24 +00:00
fix runner type to ubuntu
This commit is contained in:
parent
673afa1fcb
commit
35f4aa64c4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Run shared-lib tests
|
||||
run: cd shared-lib && cargo test
|
||||
build-linux:
|
||||
runs-on: linux-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue