We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9429ed5 commit 75bce27Copy full SHA for 75bce27
.github/workflows/cron.yml
@@ -27,7 +27,7 @@ jobs:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
29
rt-ci-linux:
30
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
31
continue-on-error: ${{ matrix.experimental || false }}
32
defaults:
33
run:
.github/workflows/rt-ci.yml
@@ -10,7 +10,7 @@ name: cortex-m-rt CI
10
11
jobs:
12
13
14
15
strategy:
16
matrix:
0 commit comments