diff options
| author | Mathias <[email protected]> | 2022-10-26 11:47:00 +0200 |
|---|---|---|
| committer | Mathias <[email protected]> | 2022-10-26 11:47:00 +0200 |
| commit | d1eee5262580f4bb9f8ce357d8315ca7f4064900 (patch) | |
| tree | 7465b2456066cbf9aeb269dda705ad9f074b7c8e /.github/workflows/rust.yml | |
| parent | 38faae26e5fc2d2ec10ac4d513628bded4c628ef (diff) | |
| parent | ce1cba761c2942b7faa27f4098487c6468784729 (diff) | |
Merge branch 'master' of https://github.com/embassy-rs/embassy into embassy-stm32/uart-flowcontrol
Diffstat (limited to '.github/workflows/rust.yml')
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d2e8e316b..b93c8783d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -11,7 +11,7 @@ env: | |||
| 11 | 11 | ||
| 12 | jobs: | 12 | jobs: |
| 13 | all: | 13 | all: |
| 14 | runs-on: ubuntu-20.04 | 14 | runs-on: ubuntu-latest |
| 15 | needs: [build-nightly, build-stable, test] | 15 | needs: [build-nightly, build-stable, test] |
| 16 | steps: | 16 | steps: |
| 17 | - name: Done | 17 | - name: Done |
