diff options
| author | Mathias <[email protected]> | 2022-10-11 09:19:55 +0200 |
|---|---|---|
| committer | Mathias <[email protected]> | 2022-10-11 09:19:55 +0200 |
| commit | aff265a7f59acf84216a8127df23fd89cb62edbd (patch) | |
| tree | 0e629de56f19b09efdb1226f9f7e5f1b1d00b28a /.github/workflows/rust.yml | |
| parent | 79cee7415110817b529a68848247a86708bcd6af (diff) | |
| parent | 9d5b524bb083310c2e1753859ebc9fca080a4238 (diff) | |
Merge branch 'master' of https://github.com/embassy-rs/embassy into embassy-stm32/rtc
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 |
